A Text-based dungeon adventure game.
Install the game via python's package manager (pip). You will need to have python installed and pip in your path.
pip install restless-dungeonpip install --upgrade restless-dungeonRun the program:
restless-dungeonI used AI (GitHub Copilot and ChatGPT) for coming up with the name for the game, writing a couple of the commit messages, and helping with debugging when my eyes couldn't find the problems. ChatGPT also helped me upload the project to PyPI.