Build a simple HTML5/canvas 2D game. Game engine recommended to use?

2d, game-engine, html

Solution

I would recommend using EaselJs for a 2D game using canvas. You will find some great examples on the site, and a pretty decent documented api to get you going.

Problem

I want to start learning HTML5 with canvas by building a simple 2d game. I want to build one that looks like this one: http://www.youtube.com/watch?v=h4SgiVCPfPk Do you recommend any framework or game engine I could use to do this?

Original source