Show HN: My Python text-based dungeon crawler game engine
3 ruscoe 0 4/25/2025, 3:35:33 AM
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.
No comments yet