Skip to content

Implementation of the Breakout video game published by Atari in 1976.

Notifications You must be signed in to change notification settings

liampalmer43/BREAKOUT_GAME_JAVA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BREAKOUT_GAME_JAVA

Implementation of the Breakout video game published by Atari in 1976.

In the game, a layer of bricks lines the top third of the screen. A ball travels across the screen, bouncing off the top and side walls of the screen. When a brick is hit, the ball bounces away and the brick is destroyed. The player loses a turn when the ball touches the bottom of the screen. To prevent this from happening, the player has a movable paddle to bounce the ball upward, keeping it in play.

About

Implementation of the Breakout video game published by Atari in 1976.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published