Thr goal of this project was to recode a video game based on the rules of Duck Hunt.
The goal is to hit moving targets by clicking on them. The difficulty increas with the time, and you have 3 life.
Navigate to the root of the repository from your terminal and run make
to build the static library, now you have created a binary that can compile the program.
You can also use make clean
to delete the .o
files created during the compilation.
To use the binary my_hunter
, execute the following command : ./mu_hunter
Have fun !
- Hélène HOUPLAIN - (Github)