Video game based on the rules of Duck Hunt, a 1984 NES game.
$ ./my_hunter [-h] [--help]
To execute this game, gcc, make, and the CSFML library are required.
Clone the repo using this command :
git clone git@github.com:EpitechPromo2028/B-MUL-100-REN-1-1-myhunter-lysandre.boursette.git
Compile the game using :
make
And launch the game using :
./my_hunter
Have fun ! :)
The whole libC is forbidden, except malloc, free, memset, rand, srand, time (only with srand), (f)open, (f)read, (f)write, (f)close, getline.
The whole CSFML library is allowed, as well as the math library.
66 hours and 33 minutes in a total of 11 days (264 hours) => 25.2% of my time lol

