[Home]TeensyMud

TheSourcery | RecentChanges | Preferences | Index | RSS

Difference (from prior major revision) (no other diffs)

Removed: 22d21
[customized papers]

TeensyMud Server


Introduction

TeensyMUD is a very simple mud server written in Ruby. It uses a multiplexed single-threaded network driver using Acceptor/Reactor? and Observer patterns and YAML formatted text files as a database. It is also a pure event driven system where all game objects communicate with each other via events.

This server was initially created in response to an Aprils Fool’s joke posted by Erwin Andreasen on TheMudConnector? forum announcing a 1K mud contest. Those obfuscated versions can be found in the FTP directory under the names t1k1.tgz to t1k4.tgz.

Does TeensyMud have a future? Who knows? I don't.

Documentation

Ruby [rdoc documentation] For questions about TeensyMud, I've written the TeensyMudFaq

Download

The latest release can be found FTPed from [FTP] or checked out of subversion [repository]


TheSourcery | RecentChanges | Preferences | Index | RSS
This page is read-only | View other revisions
Last edited March 29, 2010 9:03 pm by Tyche (diff)
Search:
All material on this Wiki is the property of the contributing authors.
©2004-2006 by the contributing authors.
Ideas, requests, problems regarding this site? Send feedback.