Skip to content

This is a re-creation of the classic arcade game which was done to better understand 2d collision and animation for Javascript.

Notifications You must be signed in to change notification settings

davebza/breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Breakout!

This is a re-creation of the classic arcade game "Breakout" or "Arkanoid" to better understand 2d collision dectection and frame animation for JavaScript.

This is an HTML file with minimal css (contained in the head of the doc) and JavaScript. The user should recognize the game, but if not you will have to use your arrow keys to move a paddle left and right of the screen, to hit a ball up into brick targets at the top of the screen.

On collision, the ball knocks the bricks and removes them. The game is complete when there are no more bricks.

This was completed using the MDN developer guides and tutorials.

Installation

Download the file, and open it in a web browser. Chrome is recommended.

Meta

Dave Brown – @DaveBzadave@davidbrownhk.com

Distributed under the XYZ license. See LICENSE for more information.

https://github.com/davebza/github-link

About

This is a re-creation of the classic arcade game which was done to better understand 2d collision and animation for Javascript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages