Source MUD
Source MUDNewsWikiBugsForumFilesSourceGIT LoginRegister
Home
Forum Discuss Source MUD Bug Tracker Report a Bug Download Get Source MUD

Welcome to the home of Source MUD!

Source MUD is a new codebase written by the author of AweMUD. Source MUD aims to be a simple and easy to modify codebase that can be used as a starting point for new MUDs.

Don't confuse Source MUD with the run of the mill MUD codebase! Implemented in Python, including an integrated HTTP server for administration and OLC, and some unique approaches to MUD world structure, Source MUD is not your common codebase.

Download Source MUD and give it a try!

• Recent News Articles •

Version 0.0.2
The 0.0.1 distribution was missing some files due to a serious oversight on my part. A new release is available with those files included.
Version 0.0.1
The first Python release of Source MUD is now available for download.
Source MUD in Python
I have switched the implementation language of Source MUD from C++ to Python. Long story short, Python makes it significantly easier to write something like a MUD, and the monotony of writing large amounts of C++ code to get relatively little done was killing my drive to work on Source MUD. More details in the Development Forum.