Gaëtan Renaudeau Posted May 7, 2014 Share Posted May 7, 2014 Hi guys,I've participated last weekend to Ludum Dare 29 and made a ant simulation game using Phaser. The gameI have written a postmortem on http://greweb.me/2014/05/ld29/The game entry is available here: http://www.ludumdare.com/compo/ludum-dare-29/?action=preview&uid=18803 Feedback on PhaserThis was the first time for me to use Phaser, and this was quite an awesome choice.The learning curve was quite smooth, the concept are clean and simple.I mainly use the Phaser API documentation, however by doing so I missed some guidelines on what to do, what to not do. But I had 48 hours to make my game, so not so much time to read tutorials.I've recently browsed the library source code and it is quite a good thing to do if anyone wants to use Phaser (that was great to see how the framework works and all the optimisation tricks) During my development there was one thing weird about performances:So my game is a big map of dirt tiles, and I first wanted to use a set of ~ 10 Phaser.BitmapData so I can have different gradient of dirt, and for each tile I would use one of this bitmap data randomly. However, even if a BitmapData is (I think?) suppose to be cached, my performance was awful comparing to just using Image Sprite.Any idea about this performance issues? Thanks,@greweb d13 1 Quote Link to comment Share on other sites More sharing options...
sodomo Posted May 8, 2014 Share Posted May 8, 2014 I really appreciate the fact that you have written postmortem. It is always great fun for me to read that stuff, even if it is only about small ludum dare project. Quote Link to comment Share on other sites More sharing options...
Nambiar Posted May 8, 2014 Share Posted May 8, 2014 Of all the games I played/rated, I have loved yours the most, mister. Its brilliant. Good job. I hope you win. Gaëtan Renaudeau 1 Quote Link to comment Share on other sites More sharing options...
Gaëtan Renaudeau Posted May 11, 2014 Author Share Posted May 11, 2014 Thanks :-) Quote Link to comment Share on other sites More sharing options...
titmael Posted May 11, 2014 Share Posted May 11, 2014 Very nice feedback you wrote, I really like that kind of feedbacks, it gives us guidelines for our own projects and rush. 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.