Evennia MUD Resources

When I first started using the internet, text-based Multi-User Dungeons were really the only way to play a game online. Games like Starcraft or the original “graphical MUD” Ultima Online didn’t come out until the late 90s when I was a teenager. Before then, I spent quite a bit of time on the Diku-based Mirkwood (which is still online!) exploring, killing monsters, and writing zMUD scripts.

Why Evennia

Every once in a while I get motivated to learn more Python. Making a MUD is the project I keep coming back to, using the Evennia engine. Despite being pretty niche these days, MUDs are really fun to make - all the interesting parts of gamedev with the low overhead of text. Evennia is specifically designed to be a teaching aid for new Python programmers and the maintainers are very friendly and helpful on their Discord. In my research it seemed like there were not very many “modern” MUD codebases left still receiving any kind of updates, although there are plenty of projects hacking on the legacy ones.

Game Recs

Evennia%20MUD%20Resources The most actively developed client these days is Mudlet, which fortunately is pretty good. Most MUDs that actively played/developed will have a Mudlet plugin available that has a custom UI, auto-mapping, and other integrations which are pretty crucial for modern play.

The most populated fantasy-themed server is Aardwolf MUD which has been around forever and is absolutely massive.

While I’ve hoped that the rise of #LLM would maybe revitalize interest in the genre, it seems that kids these days prefer to consume their text-based adventures solo in the form of interactive fiction. I tried a few of these and enjoyed Wayfarer by Idrelle Games the most.

MUD Resources

Evennia

Programming

MUD

Web Clients

  • xtermia2 — alternate webclient for Evennia based on xterm.js
  • evelite-client — lightweight webclient for Evennia

Maps & Editors

ASCII Art / TUI

References

ASCII Colors

Color%20Chart

Colors — Evennia latest documentation

Trizbort Example

Trizbort in action (from Evennia Discord):

Evennia%20MUD%20Design-1

See Also: Evennia MUD Design Ideas