Unlifted Curse is a 2d Horror Game developed using C (SDL Libary) .
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
* This is a 2D game with a horror theme that supports both single-player and multiplayer modes.
-
This 2D horror-themed game is structured across 3 distinct levels. In order to progress from one level to the next, players must successfully pass a QCM (Questionnaire) at the end of each level. These QCMs serve as checkpoints, testing the player's understanding and knowledge gained throughout the preceding level.
-
This is a 2D game with a horror theme that supports both single-player and multiplayer modes. Like any game, Unlifted Curse has a Story section where players can read about the game's narrative.
-
Also, this game has an options section where you can personalize the screen mode, sound mode, and even the music theme.
As libary we used SDL :
❗❗❗ Important !!!
*For the launch process you just clone the project on your Virtual environment then in terminal enter the doc where you cloned the project and execute the Game .
Follow the youtube Video to establish the Oracle Connexion with Qt.
- Clone the repo
git clone https://github.com/benammarfares/Unlifted-Curse_2D-SDL-Game.git
- Install SDL Library.
sudo apt-get update
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
- Install C Compiler.
sudo apt-get install gcc
- Install Build Tools
sudo apt-get install make
- Execute the Game
cd name of the Cloned version of the project
make
./Game
-
Enter the cloned project.
-
Then Install all packages.
-
lastly execute the Game.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Important to who will start from scratch !!!! :)