An arcade, terminal-based game written in Python. Only dependency needed is colorama
.
python3 main.py
A
to move leftD
to move rightQ
to quitS
to skip levelSpace
to release ball
- The game has 3 levels with the last level being the boss level.
GREEN
Bricks are Level 1 (Lowest Strength)BLUE
Bricks are Level 2(Medium Strength)RED
Bricks are Level 3 (Highest Strength)WHITE
Bricks are Level 4 (Unbreakable)YELLOW
Bricks are Exploding Bricks
- The Player has 3 lives.
- Score is incremented by 10 points each time the ball hits a brick of level 3 or below.