Hi folks, I created a level (learning purpose) where I have the Bg and a sprite which is the ground.
I'd like the player to press the down arrow and start to dig (kinda as the digger game does). How this can be achieved?
Consider my "ground" is a jpg image of a terrain. Not sure if it can be done but still, I don't necessarily have to do it this way.
When we dig, in some way we create a tunnel. I understand that if I dig "down" i will have walls on my two sides and in front of me, leaving an open tunnel behind me. If I dig left or right, the wall becomes an open tunnel repeating the previous concept.
Can anyone explain how the digging works and how to achieve it?