/InfiniteDungeon

An infinite C++ monster battle game.

Primary LanguageC++

Infinite Dungeon - A Terminal Game

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.

How to play Infinite Dungeon

Open a terminal with g++ and type make run in the game's directory. The program will compile and then start the game.

Known issues

Here is a list of currently known issues.

  1. The "partially heal" option in the post battle shop is not working as intended.
  2. No system has been implemented for bad inputs.