Epitech solo project to do a "Duck Hunt" type of game. Duck Hunt is a shooter game in which the objective is to shoot moving targets on the screen in mid-flight.
- Life system
- Increasing speed
- Random spawn direction
C - CSFML (Graphical extension)
Basic using of CSFML, it was in my few weeks of learning C, and my first graphical project.
Clone the project
git clone git@github.com:anthonyardhuin/my_hunter.git
Go to the project directory
cd my_hunter
Compile the project
make
Start the game
./my_hunter
Trying to get your own best score.
Each time you're hitting the chicken, its speed increase, so the chicken can move really really fast.
Simply left click on the chicken, if you miss it, you're losing a life.
๐ฌ Beginner so be kind and give tips
๐ง Currently learning C, Node.js