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.gitGo to the project directory
cd my_hunterCompile the project
makeStart the game
./my_hunterTrying 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
