Skip to content

Latest commit

 

History

History
executable file
·
46 lines (29 loc) · 1.19 KB

README.md

File metadata and controls

executable file
·
46 lines (29 loc) · 1.19 KB

EPITECH Project - my_hunter

Video game based on the rules of Duck Hunt, a 1984 NES game.

Usage

$ ./my_hunter [-h] [--help]

Requirements

To execute this game, gcc, make, and the CSFML library are required.

Installation

Clone the repo using this command :

git clone [email protected]: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 ! :)

Allowed functions

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.

Time taken

66 hours and 33 minutes in a total of 11 days (264 hours) => 25.2% of my time lol