Welcome to my pygame-based game. My name is Vlad and I'm 10 years old. I've been coding for couple of years starting with Scratch, a bit of JavaScript and now Python. I've built this game with the help of my dad.
Game has 5 levels. Each level gets progressively harder. Your goal is to complete all levels and get the highest score. The various bricks are falling from the sky. You control a white turret at the bottom. The goal of the game is to kill off as many bricks as possible. Each brick that you miss and it hits the bottom decreases the life count -1. Each brick you hit - gives you ammo (white) or an extra life (green) or a +1 score (red).
I hope you enjoyed it!
Make sure you have Python3 anf Git installed:
$ git clone https://github.com/vlad94568/bricks.git
$ cd bricks
$ export PYTHONPATH=`pwd`
$ python3 src/bricks.py
Game works with both keyboard and classic gamepad.
- LEFT and RIGHT arrows - movement
- SPACE - fire
Game also works with Buffalo Classic USB Gamepad:
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|







