Trivial-Like LI2
A fantastic copy of RogueLike developed in C.
View Demo
·
Download Project
·
Start Developing
⭐ Don't forget to Starring ⭐
🔍 About The Project
🎯 The goal
This project was developed for the LI2 University of Minho Subject of the Software Engineering degree.
As you can easily see on the demo, the goal was develop a clone of Roguelike game with ncurses library from C.
If you want, you can read the project statement (in Portuguese).
⚙️ How it works?
We try to since the begin organize the code in a way that we could easily add new features, creating a very well modulated project, always splitting the events from the drawing functions.
🎬 Demo
🧩 Features
- Players name (to continue the game after leaving it)
- Random map generation with dynamic size
- Vision system (that can be turned off), with lightning system
- Random enemies generation, with IA movement
- Random items generation
- Settings (that are persistent even after closing the game)
- Music
⬇️ Download & Installation
You can download the game on project's releases.
📖 Usage
Controls ⌨️ (Keyboard Only)
- Arrows - Move the player
- q - Enter Pause mode