Skip to content

A replication of the 1984 NES game Duck Hunt, implemented in C using the CSFML graphical library.

Notifications You must be signed in to change notification settings

Shuvlyy/my_hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPITECH Project - my_hunter

Video game based on the rules of Duck Hunt, a 1984 NES game.

Usage

$ ./my_hunter [-h] [--help]

Requirements

To execute this game, gcc, make, and the CSFML library are required.

Installation

Clone the repo using this command :

git clone [email protected]:EpitechPromo2028/B-MUL-100-REN-1-1-myhunter-lysandre.boursette.git

Compile the game using :

make

And launch the game using :

./my_hunter

Have fun ! :)

Allowed functions

The whole libC is forbidden, except malloc, free, memset, rand, srand, time (only with srand), (f)open, (f)read, (f)write, (f)close, getline. The whole CSFML library is allowed, as well as the math library.

Time taken

66 hours and 33 minutes in a total of 11 days (264 hours) => 25.2% of my time lol

About

A replication of the 1984 NES game Duck Hunt, implemented in C using the CSFML graphical library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published