A terminal based Breakout clone written in Python, with no curses libraries.
The player will be using a paddle with a bouncing ball to smash awall of bricks and make high scores! The objective of the game is to break all the bricks as fast as possible and beat the highest score! You lose a life when the ball touches the ground below the paddle.
- Python3
- Install dependencies:
pip install -r requirements.txt
- Run the game:
python main.py
[W]: Start Level
[A]: Move Paddle Left
[D]: Move Paddle Right
[L]: Skip Level
Run the game using xset r rate 1; python main.py; xset r rate 660 25
to adjust your keyboard's repeat rate for a smoother experience.