An open API service indexing awesome lists of open source software.

https://github.com/mause/sdtmud

A little test mud, imported over from Google Code
https://github.com/mause/sdtmud

Last synced: 22 days ago
JSON representation

A little test mud, imported over from Google Code

Awesome Lists containing this project

README

          

A simple python based, single user, world choosable, and MUD server, with CLI and GUI based clients.

This project was originally conceived in 2010, when i was assisting a friend in creating a simple non-networked MUD.
Unfortunately, i was forced to use side steps and "hacks" in order to make the coding simple and modular, thus making it easier for my friend to understand it.
Once they were on track, i began pondering whether it would be possible to create an extensible framework that would be networked, contain an appropriate client and server, and also have the option of hosting many differently coded MUD worlds.
As of yet, it is not a true Multi User Domain, as all users roam their own copy of the requested world. Though it has not yet been confirmed, there may be bugs pertaining from the interaction between instances of the same or similar programs running on the same machine under the same overruling server.

-- Dominic May 18/9/2011