This repo contains the code for a Rogue-like game with a command prompt interface. This game was created as a semester project for the ESAIP engineering school.
Download the latest version of the rogue_like.exe executable (cf. releases)
Run the program by double-clicking on it (on windows 11, make sure to run the program with "Windows Console Host", not "Windows Terminal")
- Move with ZQSD (french keyboard)
- Collect gold coins ($) by moving over them
- Complete the current level by entering the stairs (¤) with ENTER
- Exit the game with ESCAPE
Cheats:
- Force win the current level with R
- Enable/disable the fog of war with F
On windows 10/11:
- Install MinGW
- Add the path to gcc.exe folder to your PATH environment variable ("MinGW\bin")
- Run compile.bat by double-clicking on it