Breakout Game is a popular mobile game of bricks, a paddle and a ball. This simple game is re-invented as a desktop app built with Turtle.
- 5 trials per round
- Different multicolored bricks
- A small bouncing ball
- A paddle that moves the ball
- Current Score Tracker
- A .txt file that records a user's highest score
- For every brick that the ball hits, you win a point
- The ball bouncing logic is controlled by the paddle which prevents the ball from falling
- If your ball falls out of the game, you lose a live.
- The bricks disappear after it get hits by the ball
- Once the bricks on screen are lesser than 50, the ball starts to move at a faster pace. Note: You can always change this
To clone this repository, run;
git clone https://github.com/Omotunde2005/Breakout-Game.git