Original Post
I've been trying to think of a way to implement deformable 2D pixel terrains, much like worms/liero/etc. I can't seem to get my head around how you'd check for collisions of a sprite with the terrain - would it really be necessary to do a pixel-by-pixel collision test for the entire terrain? there has to be a better way.