Skip to content

This is the original game of the 90s, which was one of the most famous game's copy Breakout, which was created by Nolan Bushnell with Steve Jobs assistance. The entire code is writen in Python using the Turtle Module. Try and enjoy the game.

Notifications You must be signed in to change notification settings

Shlok1613/Breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is the copy of the famous game Breakout, which was made my Steve Wozniac assisted by Steve Jobs in 1976. It became the most famous game in the 90s. Mine not being the exact copy has similar features. This is created using Python module 'Turtle', which is used to create graphics and animations. The game has in total of 104 blocks out of which: 26 yellow, 26 orange, 26 green and 26 red are placed. In which 13 of each color are places in columns above each making it in total of 8 rows with 13 columns. There is ball which starts on the paddle and destroys blocks on touch. The paddle is controlled to arrow keys. The speed of the ball gradually increases after every impact with the bricks, increasing the difficulty. You start with 3 lives and if you miss to bounce the ball on the paddle you loose a life. Once all the bricks are destroyed you win the game.

About

This is the original game of the 90s, which was one of the most famous game's copy Breakout, which was created by Nolan Bushnell with Steve Jobs assistance. The entire code is writen in Python using the Turtle Module. Try and enjoy the game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages