Clone of the 1980s Berzerk arcade game. Written by TerryO as a Python development exercise using Pygame. To date, tested on Windows and Ubuntu platforms.
SCREENSHOTS:
![]() |
![]() |
![]() |
![]() |
REQUIREMENTS: Before running the game, make sure you have Python v2.7 installed. You will also need to install Pygame v1.9.1, as the game will not run without it.
From the command line: python pyberzerk.py
NOTE: This game has not been tested on Python 3.x
GAME PLAY: Use the ARROW key(s) to navigate the player through a maze filled with robots who have an extreme dislike for humanoids. Hold the SPACEBAR and press ARROW key(s) to fire player's laser weapon. The player can be killed by being blasted by a robot, running into a robot, exploding robot shrapnel, coming into contact with the electrified maze walls or being touched by Evil Otto(bouncing smiley face).
| Game Controls | Player/Laser |
|---|---|
| ← LEFT ARROW | Move the player left |
| → RIGHT ARROW | Move the player right |
| ↑ UP ARROW | Move the player up |
| ↓ DOWN ARROW | Move the player down |
| SPACEBAR | Fire laser in direction of ARROW key(s) |
Helpful Hints:
- Robots can destroy themselves by running into walls or each other, shooting each other, or colliding with Evil Otto.
- Robot lasers cannot penetrate the maze walls, use this to your advantage.
- Evil Otto is impervious to lasers, robots or the electrified maze walls.
- If player nears an electrified maze wall that section of the wall changes color.
- Each robot destroyed is worth 50 points, bonus points are earned by destroying all robots. A new life is awarded at 5,000 points.
Have fun! Critiques regarding game play, bugs, glitches are most welcome.
TODO:
- Make standalone executable.
- Add joystick control.
- Add sound/voice.
- Necktie(bullet goes thru player body and head)
- Custom font(ttf)



