Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created October 23, 2011 20:28
Show Gist options
  • Select an option

  • Save coderberry/1307849 to your computer and use it in GitHub Desktop.

Select an option

Save coderberry/1307849 to your computer and use it in GitHub Desktop.
breakout.html
<!DOCTYPE html>
<html>
<head>
<title>Breakout</title>
<meta charset="utf-8" />
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript" src="breakout.js"></script>
</head>
<body>
<canvas id="canvas" width="380" height="280"></canvas>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment