Skip to content

Ongoing project of shooting game, developed in C++.

Notifications You must be signed in to change notification settings

beejay777/Shoot-em-Down

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoot-em-Down

Ongoing project of shooting game, developed in C++. This code is developed in C++ in Codeblocks.

Following header files are required to run this code in Codeblocks.)

 <graphics.h>

 <windows.h>

 <stdlib.h>
 
 <conio.h>
 
 <stdio.h>
 
 <time.h>
 
 <random>
 
 <fstream>

To install graphics.h and windows.h (as it is not pre-available as others) view the How to.. file in this link

And after properly adding the graphics.h and windows.h it is good to go.

Contact: bijaypathak55@gmail.com

About

Ongoing project of shooting game, developed in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages