Infinite Dungeon is a C++ concept game where you battle an infinite number of monsters in the terminal. This concept game was created to be expanded on in other languages with a GUI.
Open a terminal with g++ and type make run in the game's directory. The program will compile and then start the game.
Here is a list of currently known issues.
- The "partially heal" option in the post battle shop is not working as intended.
- No system has been implemented for bad inputs.