Roguelike game in C using ncurses! Developed as a project for the IT Laboratories II (Laboratórios de Informática II) class, part of the first year's curriculum of the Software Engineering bachelor's degree at University of Minho.
This project obtained a final grade of 19/20 💎
To build the project and start the application:
make run
To build the project:
make
This project requires ncurses for terminal graphics and SDL2 for audio (installation example for a debian based system):
sudo apt-get install libncurses-dev libsdl2-dev
- A104356 João d'Araújo Dias Lobo
- A104179 Sara Azevedo Lopes
- A104439 Rita da Cunha Camacho