Shuvlyy / my_hunter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.


Languages

Language:C 96.1%Language:Makefile 3.9%