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

pimpampoum picture pimpampoum · May 26, 2012 · Viewed 23.4k times · Source

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?

Answer

Neil picture Neil · May 26, 2012

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.