Pages

Sunday, March 18, 2018

Zombie Attack 1.0.0.0 (Gameplay Video)



Download: https://goo.gl/sRx1bG

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

The player is surrounded by unlimited number of zombies. They are chasing the player from all the sides of the screen. Some zombies are easy to kill 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 zombie chasing angles toward player.

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