Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.62 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.62 KB

Mini-game - Rogue-like in C

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.

Installation

Download the latest version of the rogue_like.exe executable (cf. releases)

Quick start

Run the program by double-clicking on it (on windows 11, make sure to run the program with "Windows Console Host", not "Windows Terminal")

How to play

  • 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

Compile the game

On windows 10/11:

  1. Install MinGW
  2. Add the path to gcc.exe folder to your PATH environment variable ("MinGW\bin")
  3. Run compile.bat by double-clicking on it