https://github.com/victorharri-chal/duckhunt
🦆 A graphical project with CSFML to recreate the famous Duck Hunt game. Done on my 1st year at Epitech.
https://github.com/victorharri-chal/duckhunt
c csfml duckhunt epitech first-year-project game graphics-programming shooter
Last synced: about 1 month ago
JSON representation
🦆 A graphical project with CSFML to recreate the famous Duck Hunt game. Done on my 1st year at Epitech.
- Host: GitHub
- URL: https://github.com/victorharri-chal/duckhunt
- Owner: VictorHarri-Chal
- License: mit
- Created: 2021-05-30T12:02:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T12:26:23.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T11:33:00.919Z (3 months ago)
- Topics: c, csfml, duckhunt, epitech, first-year-project, game, graphics-programming, shooter
- Language: C
- Homepage:
- Size: 3.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my_hunter
A graphical project with CSFML to recreate the famous Duck Hunt game.
## About the project
The goal of the game is to kill as many birds as possible. For this you just have to left-click on the birds. You have the right to miss 5 shots. Every time you hit the bird, the score increases by 100## Requirements
* GCC## Getting Started
Execute ```make``` then ```./my_hunter```