Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 914 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 914 Bytes

logo

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 💎

screenshot

Setup ⚙️

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

Group 👥