An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# my_hunter
A graphical project with CSFML to recreate the famous Duck Hunt game.

![My_Hunter](my_hunter.png)

## 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```