How to Make HTML5 Games: Introduction to Javascript for Beginners JS HTML CSS Video Canvas
First tutorial about making a video game in HTML5. This guide will cover mostly Javascript, showing you the basics of this programming language.
Part 2: http://www.youtube.com/watch?v=XgK4YaMqQFg
All episodes: http://rainingchain.com/tutorial/html5.
If you have any question, feel free to post a comment below or send me a Youtube PM.
Code + Useful Summary: http://pastebin.com/CzNtUr1B
SUMMARY:
1. Tools
Google Chrome: https://www.google.com/intl/en/chrome/browser/
Notepad++: http://notepad-plus-plus.org/download/v6.4.2.html
2.HTML5 Introduction (HTML CSS JS Browser)
3. Key Points
3.1 Canvas
3.2 Variables (Number)
3.3 Functions
3.4 Debugger
3.5 Interval
3.6 Condition
For more Canvas tricks: http://www.w3schools.com/tags/ref_canvas.asp
source