Saturday, January 31, 2015

Tutorial: Creating a Hangman Game in HTML5

One of the more popular Flash/AS3 tutorials was how to create a simple hangman game, so I've decided to do a version for HTML5. After all, with a little effort, anything we can do in Flash can be done in HTML5.

The tutorial is a good introduction to the various technologies used in HTML5: javascript, jquery, html, css and JSON. Sounds complicated, I know, but it's really not.

You can access the tutorial here:

http://flashbynight.com/tutes/hangmanhtml5

To view the demo, go here:

http://flashbynight.com/tutes/hangmanhtml5/example/

For other tutorials, see here:

http://flashbynight.com/tutes