- Binary name: rpg
- Language: C
- Compilation: Make
The aim of the RPG is to implement a role-playing game.
Making an enjoyable game is just as important as writing clean code. A working game which is no fun to play is pointless!
🗣️ Let’s be honest. Implementing a video game is generally not fun (at least not all the time). But it can be, and having someone else enjoy a game you made is an amazing feeling. The result will be worth the effort, so do your best! And most importantly, have fun.
What you need
C Library
gcc
Graphics Library
CSFML
make
Clone the repository and go inside. Then,
$ make re
∼/> ./rpg
🗣️ We had to hit this project