JavaScript game designer's resource
A (hopefully) useful repository of links to help you craft your HTML games using JavaScript.
Design
| Creating sprites in Photoshop |
| A look in to the process and techniques that I use to craft the sprites in my games. |
Web browsers
| Download Safari | |
| Download Internet Explorer 9 (Preview) | |
![]() |
Download Chrome |
![]() |
Download Opera |
![]() |
Download Firefox |
Coding
| http://www.schillmania.com/projects/soundmanager2/doc/#soundmanager-usehtml5audio |
| The excellent SoundManager2 - now with HTML5 Audio. |
| http://developer.apple.com/library/safari/ |
| Apple's Safari browser and useful resources such as event handling and cache manifests. |
| http://www.storiesinflight.com/html5/audio.html |
| Multi channel sound effects using HTML5's AUDIO. |
| http://html5.litten.com/using-multiple-html5-canvases-as-layers/ |
| Multiple canvas elements used as layers. |
| https://developer.mozilla.org/en/Canvas_tutorial/Transformations |
| Crucial reference for translate() and rotate() methods. I use them here. |
| https://developer.mozilla.org/en/Canvas_tutorial/Using_images |
| Using images in the HTML5 canvas element. |
| http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html |
| Canvas details. The information on working with images here is very useful. |
Use Google's Chrome.(It makes my life so much easier!)







