HTML5 canvas and the memory game

This week I finally had the chance to start looking at this book I bought a few months ago,  it’s called The essential guide to HTML5. The book is based on a bunch of exercises (games really) using JavaScript and HTML5 Canvas, ready to put into code and test. It doesn’t get into theory but for those looking to get things working quickly, this is definitely a good one.

So I decided to make the “Memory Game” to learn about the basics of canvas:

So, what is canvas? and what you can do with it? Continue reading

Posted in Canvas, HTML / HTML5 | Leave a reply