TinyMUD


TinyMUD is the name of a MUD server codebase, and the first MUD running that codebase. The MUD itself has subsequently come to be known as "TinyMUD Classic" or simply "Classic", or occasionally "DaisyMUD". To distance itself from the combat oriented traditional MUDs it was said that the "D" in TinyMUD stood for Multi-User "Domain" or "Dimension", which led to the eventual adoption of the term MU* to refer to TinyMUD and its many derivatives.
Most modern MUSHes are descended from TinyMUD.

History

The TinyMUD server was originally written by James Aspnes in mid-to-late 1989 with the intention of focusing on player cooperation rather than point-gaining: it became the first so-called "social" MUD. TinyMUD was inspired by Skrenta's 1988 . Aspnes announced the availability of the first TinyMUD on August 19, 1989; seven months later, on April 29, 1990, he announced TinyMUD's closure.
TinyHELL was the second TinyMUD server and included a whisper command.
TinyMUD's database was briefly resurrected as "PlanckMUD" by Bruce Woodcock on October 8, 1990. Subsequently renamed "TinyMUD Classic", the goal of this project was to clean up and revive the database, as well as serve as a method of stress-testing the new server it was running on. The revival was very controversial among many TinyMUD players, but the new version was actually even more popular than the original. TinyMUD was shut down again on December 11, 1990 when permission to use the new server was revoked. This version of the TinyMUD database is believed to have been subsequently lost.
On August 20, 1990, the administrator of what was then the most popular TinyMUD, Islandia, took down that mud and put TinyMUD Classic up in its place for the day, calling it "Brigadoon Day", a reference to the musical Brigadoon, about a mythical village in Scotland that only appears for one day every 100 years. Since then, it has become a tradition to bring back old muds on August 19 or August 20 for the day. In particular, TinyMUD Classic has reappeared at this time almost every year from 1998 to the present at .
Aspnes released the code to TinyMUD resulting in later non-Aspnes versions; additionally, others extended and modified it into such variants as TinyMush, PennMUSH, TinyMUCK, TinyMUX, TinyMUSE, and SMUG. MUCK, MUSH, and MUX are now said to stand for "Multi-User Created Kingdom", "Multi-User Shared Hallucination", and "Multi-User eXperience", but these are backronyms; originally they were simple plays on the notion of "mud." Other MUD servers such as UberMUD, UnterMUD, TeenyMUD and MOO were written by TinyMUD participants but are not directly derived from the TinyMUD code. In 2004, a stripped-down version of TeenyMUD 1, renamed t33nyMUD, was put together by its original author to provide a platform for running TinyMUD Classic, since running Classic's database on modern mud code proved problematic. Subsequently due to issues with t33nyMUD, in 2012 Classic was moved back to the actual source code it ran on in 1990, tinymud1.5.4f, since its 18M database dumps and 28M process size are no longer a problem for even obsolete hardware to handle. No further codebase moves are anticipated.
As early as the original run of TinyMUD Classic, other MUDs using the TinyMUD server began emerging; since then, literally hundreds of MUDs based on TinyMUD and its derivatives have existed. PennMUSH, TinyMUSH and TinyMUX, three of the most widely used MU* servers in the world, both directly trace their lineage to TinyMUD, and many other servers were inspired by it or its descendants.
No active games currently run on a TinyMUD server, and as the code is extremely dated due to not having been maintained in over ten years, it is very unlikely one will ever start up. One MU*, TinyTIM, formerly ran on TinyMUD but switched to a custom code base several years ago.
One of the important features of TinyMud was the ability of players to build and create their own rooms, objects, and puzzles in the game. The following is the original building commandset abridged from by Chrysalis.

@chown =. Changes the ownership of an object.
@create . Creates a thing with the specified name.
@describe .
@dig . Creates a new room
@fail .
@find . Displays the name and number... whose name matches .
@link =; @link =here; @link |=home.
@lock =.
@name = . Changes the name of .
@ofail .
@open * .
@osuccess .
@set =; @set =!. Sets
@success .
@unlink ; @unlink here.
@unlock . Removes the lock on .

These were the core building commands available on TinyMUD and remain quite similar to those used on later derivatives of TinyMUD.
OWIKI.org. Text is available under the Creative Commons Attribution-ShareAlike License.