cgrooves / black-earth

A Scorched Earth clone, made for fun
2 stars 2 forks source link

Destructible Ground #13

Open cgrooves opened 3 years ago

cgrooves commented 3 years ago

We want to have destructible ground: explosions should take out chunks of the ground, ideally overhangs should collapse, the whole "dirt" concept.

cgrooves commented 3 years ago

Some resources:

https://gamedev.stackexchange.com/questions/6721/implementing-a-2d-destructible-landscape-like-worms https://gamedevelopment.tutsplus.com/tutorials/coding-destructible-pixel-terrain-how-to-make-everything-explode--gamedev-45

cgrooves commented 3 years ago

https://stackoverflow.com/questions/843718/implementing-terrain-destruction-like-scorched-earth-game-on-iphone-or-java

cgrooves commented 3 years ago

Actually, there's a whole lot of talk on this if you just Google "how to make 2d destructible terrain scorched earth".