Skip to content

Omotunde2005/Breakout-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakout Game

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.

Game Features

  • 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

How it works

  • 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

About

A desktop game built with Turtle library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages