This Epitech project is a 2D game based on the DuckHunt, made in C with the CSFML library. This project has been made in 3 weeks.
To install this game, you need to be on Linux, and need to have gcc
, make
and the CSFML
library.
Install this game in 3 steps :
- Clone the repository :
git clone https://github.com/nl1x/my_hunter
- Compile the game :
make
- Launch the game :
./my_hunter
./my_hunter [-h] [--help]