Hugeen Posted May 16, 2013 Share Posted May 16, 2013 Hi, I write blog articles about creating html5 games.In those articles I explained how to create a game step by step. My English skills are pretty bad so I can not translate articles myself.If you can speak French, feel free to translate and / or uses those articles as you wish. Create a Snake like with Crafty :https://hugeen.wordpress.com/2013/01/26/introduction-a-la-creation-dun-jeu-html5-avec-crafty/ Create a Platformer with ImpactJS :https://hugeen.wordpress.com/2013/03/25/introduction-a-la-creation-dun-jeu-html5-avec-impactjs/ Create a Match3 with CreateJS :http://hugeen.wordpress.com/2013/05/16/introduction-a-la-creation-dun-jeu-html5-avec-createjs/ Thanks, Cyrille :-) Quote Link to comment Share on other sites More sharing options...
Lowren Posted May 16, 2013 Share Posted May 16, 2013 I'm french too, so I'll take a look Merci. Quote Link to comment Share on other sites More sharing options...
mentuat Posted May 25, 2013 Share Posted May 25, 2013 Even as a non-french speaker, it's useful to see from a code structure point of view - thanks!Hey Cyrille, from your experience working with a number of different libraries, which one have you found gives better performance at handling multiple animated sprites and/or updating large areas of the screen? Quote Link to comment Share on other sites More sharing options...
Hugeen Posted May 26, 2013 Author Share Posted May 26, 2013 I worked for several months on a multiplayer game (A bit like Awesomenauts) with impact.I must say that I have not had much to improve performance. Impact can handle hundred of entities on a large surface.For other engines, I made small games that do not require a lot of resources. So I can not say. But if I had to compare these three, I would say:- Impact has the best structure and many usefull tools- CreateJS is the most flexible- Crafty is the most developer friendly Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.