This page contains some simple games coded using the HTML5 Canvas API. This means that you need a browser that supports this API, which is pretty much every one except Internet Explorer.

Actually, Internet Explorer 9 or 10 does in fact support HTML5 Canvas. However Microsoft kees their Javascript implementation different than all other browsers, so things may or may not work with it. I certainly never tested it.

Note that no checks are made on any of the game pages to see if Canvas is actually supported, so your mileage may vary.

Unless otherwise specified, all games here are coded using the Phaser game library.