Digging MUD in Python by Samuel Regandell
Digging MUD in Python Text-based Multi-User Dungeons (MUDs) were the first MMOs. Not only are they still played, they are great for small teams learning Python and game development. This talk introduces the open-source Evennia MUD engine for developing a new MUD in pure Python using Django and Twisted.