Skip to content

mpaktiti/2D-breakout-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Breakout Game

Adaptation of the famous Breakout game, in 2D using pure JavaScript.

In Breakout, a layer of bricks lines the top third of the screen and the goal is to destroy them all. A ball moves straight around the screen, bouncing off the top and two sides of the screen. When a brick is hit, the ball bounces back 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 horizontally movable paddle to bounce the ball upward, keeping it in play.

Screenshot of the game

About

2D breakout game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published