TM1k (teensy mud 1K v3)
bootup = 113 (see 't')
driver = 852 (see 'dz')
total  = 965 bytes

Package is at <a href="ftp://sourcery.dyndns.org/pub/mud/t1k3.tgz">t1k3.tgz</a>

Features are:
* supports multiple users
* global chat
* virtual world (room system with unlimited exits)
* player movement
* player has inventory
* player can get and drop objects
* help system 
* world is persistent
* OLC for rooms and objects
* offline creation in friendly markup language
* turn-based combat system
* permadeath and suicide
* maintainabilty (hey how bad could 27 lines of code)
* sexy features like autolook and autoexits
* portable - runs on Unix, OS/X, Windows
* extras! Documentation - see 'doc' in distro
* more extras!!! Comes with mini-distro builder utility (see 'b')
* but wait..that's not all you get! Thread racing at no extra charge

To install and run type:
$ tar xzvf t1k3.tgz ; ruby t
It will boot on port 4000

Help (for the single character impaired)
i = displays player inventory
l = displays the contents of a room
d = drops all objects in your inventory into the room
g = gets all objects in the room into your inventory
k <name> = attempts to kill player (ex. k bubba)
c <message> =
h = displays help
q = quits the game (saves player)
O <object name> = creates a new object (ex. O rose)
R <room name> <exit name to> <exit name back> = creates a new room and
autolinks the exits using the exit names provided.
<exit name> = moves player through exit named (ex. south)
