A weird horny multi user dungeon project built using the evennia MUX library. This is not solely my project but I started putting it together https://mud.hazelnova.me
Go to file
Hazel Nova 0db300a472 Remove circular dependency issue and refactor encounter system 2024-01-20 05:53:45 +00:00
commands Remove circular dependency issue and refactor encounter system 2024-01-20 05:53:45 +00:00
server Initial commit (basic RP encounter system) 2024-01-10 04:31:02 +00:00
typeclasses Remove circular dependency issue and refactor encounter system 2024-01-20 05:53:45 +00:00
web Initial commit (basic RP encounter system) 2024-01-10 04:31:02 +00:00
world Remove circular dependency issue and refactor encounter system 2024-01-20 05:53:45 +00:00
.gitignore Initial commit (basic RP encounter system) 2024-01-10 04:31:02 +00:00
README.md Initial commit (basic RP encounter system) 2024-01-10 04:31:02 +00:00

README.md

Hazelmud

(Name to be determined if needed at all)


A weird little horny dungeon crawler game thing, some cross between a MUD and an ERP server.

The adventurers guild seeks to delve deep into the strange and mysterious Dungeon, a twisting labyrinth full of monsters and treasure. (world not included in source)

Running locally

Please see the Evennia docs on installing to install the evennia management tool.

After this is installed, all you need to do to be able to test the game locally is to run evennia start in the game directory and follow the directions of the portal (accessing port 4001)

The game world will not be included at this time, but batch process files are planned to be included once the world is further developed.