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?
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?
I would recommend CAAT → http://labs.hyperandroid.com/static/caat/
Here a tech demo (canvas): http://labs.hyperandroid.com/static/caat/sumon/canvas/Sumon.html
It's easy to use and powerful, it has a good documentation and a lot of official tutorials. If you are interested to publish your game on the mobile devices, it is the first supported engine by the Ludei.com team - http://ludei.com/tech/cocoonjs
For developers familiar with Backbone, you can try Backbone Game Engine. Built to work on the Web, and in CocoonJS. Super Mario Bros level 1-1 was written as a demonstration.