Evennia-based MUD
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Emiel Kollof e488a9422f Fix typo 4 months ago
commands World setup 2 years ago
server Listing 2 years ago
typeclasses Fix typo 4 months ago
web Initial commit 3 years ago
world World setup 2 years ago
.gitignore Initial commit 3 years ago
README.md Fix name 3 years ago
__init__.py Initial commit 3 years ago

README.md

Welcome to the Underground!

This is the world code behind https://underground.hackerheaven.org, based on Evennia

  • This is only the world code. There is no database containing rooms, etc. You would have to create one yourself.
  • Python 3 required.

Features already implemented

  • NPC's that greet you when you come into the room.
  • Toggleable map system
  • Ambient "sounds" for rooms.

TODO

  • migrate to MySQL or PostgreSQL
  • Ship a database dump without accounts