-
Notifications
You must be signed in to change notification settings - Fork 2
Links
hoodie edited this page Apr 4, 2012
·
5 revisions
Since this is the first game I'm building for the browser I use a bunch of different references for best practices:
- http://www.javascriptkit.com/jsref/
- http://jashkenas.github.com/coffee-script/
- http://www.html5canvastutorials.com/
- http://www.html5rocks.com/en/
- http://www.canvasdemos.com/
- http://microjs.com/
- http://felipe.wordpress.com/2009/08/21/sneak-peak-on-multitouch-events/
- https://github.com/dodo/requestFullscreen.js thanks to dodo
- http://jlongster.com/2011/11/21/canvas.html
- https://developer.mozilla.org/en/DOM/HTMLCanvasElement
- https://developer.mozilla.org/en/DOM/CanvasRenderingContext2D
- http://blogs.msdn.com/b/eternalcoding/archive/2012/03/22/unleash-the-power-of-html-5-canvas-for-gaming-part-1.aspx