▲ | Show HN: My Python text-based dungeon crawler game engine | |
3 points by ruscoe 6 hours ago | ||
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. |