Shooting-Sphere
3D Opengl Shooting Game
About The Game
The Game that we created has infinite number of levels until you fail to finish a mission. In each level you have to shoot exactly 7 Sphere, each of which rotate around different axis. If you succeed to shoot all the sphere then you will be promoted to next level, where the spheres will move faster.
Control Keys:
- Left Mouse Click: Shoot
- Mouse Movement: Track the Aiming Cursor
- Space: Causes the game to ‘pause’ at any point
- q: Exit the game The game finishes when all the Spheres are shot.
Game Play:
Starting Screen:
After starting the game the screen looks like this:
Shooting:
The user moves Cursor to aim and shoot with left mouse click, which generates another sphere toward the aiming position. If any time the it hits a sphere the sphere is destroyed.
Play/Pause:
User can pause the game by pressing space and continue again pressing space.