Remake of the famous brick breaking game
Author: Akshett Rai Jindal
Python 3
- Run
pip3 install -r requirements.txt
python3 main.py
a
orh
to move leftd
orl
to move rightq
to quit the game
- Each power up remains for 20 seconds
- The power ups available are:
Expand Paddle
- Increases length of the paddle by 2 unitsShrink Paddle
- Decreases length of the paddle by 2 unitsFast Ball
- Increases the speed of ballsPaddle Grab
- Paddle grabs every ball that collides with itThru Ball
- Ball breaks every brick and does not change path upon colliding with themBall Multiplier
- Every ball in the game gets doubled
e
-Expand Paddle
c
-Shrink Paddle
f
-Fast Ball
g
-Paddle Grab
t
-Thru Ball
m
-Ball Multiplier
L
-One more life
b
- Makes a lot of balls come out of the paddle