Jump to content

[Phaser] [ludumdare] "Anthill" an ant simulation game


Gaëtan Renaudeau
 Share

Recommended Posts

Hi guys,

I've participated last weekend to Ludum Dare 29 and made a ant simulation game using Phaser.

 

The game

 

anthill.png

 

Feedback on Phaser

This 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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...