Break-out
21 Apr 2009
Here's a simple implementation of the Atari Break-out game. Slide the paddle across the canvas using mouse or touch to try and catch the bouncing ball. Miss the ball and the game is over. This one demonstrates and simple collision detection and object manipulation.

Sorry, your browser does not support Canvas.
1. breakout.js - Download, index.html
//Code goes here

Javascript Demos

Here's a bunch of javascript... things I wrote over the years whenever time permitted.