Description: A fast-paced top-down shooting game where players battle waves of enemies in an open arena.
Objective: Survive 10 waves of zombies and change weapon each wave at will.
Dependencies: SimpleGUI
- Cline the Repository:
git clone https://github.com/Paing100/Zombrena.git- Navigate to the Project Directory:
cd Zombrena- Run the Application:
py GameMain.pyHomescreen
On the homescreen, simply press space to start the game.
Background Story
Then you will be shown a background story of the game. Click 'NEXT PAGE' to continue.
Instructions on How to Play
It is followed by detailed instructions on how to play the game. Click 'NEXT PAGE' to continue.
Different Gun Types
The details of guns are shown as a last page before the game play. Click 'LET'S GO' to play the game.
Game Play Screen
At first, the player receive a regular pistol, and a gun will randomly pop up in the middle of the screen after each wave. To pick up, simply stand still on the gun for around 2 seconds. The player has three health as indicated on the upper right hand corner, but when hit by a zombie, one health is reduced. After three hits, the game is over. The current wave and the number of zombies killed are shown on the top left corner of the screen. The image on bottom left corner represents the gun that the player is currently using.
Next Button
Each wave only lasts for 30 seconds. In order to move on to next wave, click 'Next' on the top left.
Final Zombie Boss
During each even wave, there will be a zombie with unique ability. The special zombie for the last wave is a zombie boss with two giant hands moving and the head that shoots lazer.
General Flow of the Game