Show HN: My Python text-based dungeon crawler game engine
I've been recovering from surgery and made use of my downtime by attempting to create a Python dungeon crawler engine.
You can find it on GitHub: https://github.com/ruscoe/dans-dungeon
Game worlds are defined in JSON, which provides all the rooms, loot, and monsters to fight.