Skip to content

ESAIP semester project - Rogue-like game written in C

Notifications You must be signed in to change notification settings

Gwizdo51/C_Rogue_like

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ESAIP semester project - Rogue-like game written in C

Resources

Stars

Watchers

Forks

Packages

No packages published