Pages

Monday, March 19, 2018

Space Scape 1.0.0.0



Download: https://goo.gl/xR57b7

Shooter game created in C++ programming language using Visual Studio.

The player is surrounded by unlimited number of space ships. They are coming from the top side of the screen. Some space ships are easy to destroy and stronger ones will start to appear after some time. The game gets harder and harder. For every 50th kill, a pickup item will appear. There are several pickup types: weapon, shield, time, bonus score and explosion. The advanced weapons need an ammo. When player runs out of ammo for stronger weapons, weapon will downgrade. The maximum weapon level is 6. 10000 score is required to get one life.

The programming of this game involves a lot of trigonometry functions. They are used for calculating player movement and rotation, bullets, explosions and space ship control.

The game can be played with keyboard and joystick.

Keyboard controls:
W/A/S/D: Move
K: Shoot
Escape/Backspace: Quit/Back

Joystick controls:
D-pad: Move
Button 1: Shoot
Button 2: Quit/Back

No comments:

Post a Comment