Reproduce a role play game using CSFML.
- Ours is an horror game based on Corpse party
- Your goal will be to succesfully escape the school you're in, while completing quests.
- Clone the project
git clone git@github.com:Lukacms/my_rpg.git myrpg
- Go into the
myrpgdirectory. A Makefile is used to compile the code, and it use the following rules:
| Command | Result |
|---|---|
make |
Builds a my_rpg executable. |
make clean |
Cleans build dumps, keeping the executable. |
make fclean |
Removes all of the files created by the build. |
make re |
Calls make fclean and then make. |
- execute the programm without any arguments:
./my_rpg
- or with
-hoption to display help - any other way will result in program's failure
The program return 0 on success or 84 in case of errors.
- Luka Camus
- Louis Bassagal
- Nils Martin
- Kevin Demy
- Epitech Coding style
- This project is finished since
08/05/2022

