- Graphics.h
<- : left
-> : Right
x and z : to change angle of the gun
Space : Shoot
p : pause
r : restart
- You have 3 lifes each life have 100 HP
- Dodge the bullets falling from the sky
- You can move left or right and rotate your gun clockwise or anticlockwise
- Shoot at the randomly generated circle but you cannot shoot the 2 blue circle {Blockers} circulating around the target circle
- Your score will be recored corresponding to your name
For compiling this project you need to add graphics.h library in your compiler.
For more detail and usage Click Here
g++ Users : gcc demo.c -o demo -lgraph