Hi All,
I would like to make a game like
https://play.google.com/store/apps/details?id=com.efun.bombme&hl=en but i wonder how to make explosion and remove some part of ground. may be shape api but not sure as there are multiple bombs allowed and multiple times we need to blast the ground and remove parts of the ground. any hint or suggestion highly welcome
Thanks in advance
Comments
There are two aspects here:
1) Physics, which can be separated in to squares and particular wholes drawn with ChainShape
http://www.emanueleferonato.com/2013/10/09/how-to-create-destructible-terrain-using-box2d-step-1/
2) Graphics when the best effect to achieve burned edges of exploded area etc, I think can be done with Meshes.
The easiest solution would be to draw a shape and fill texture.