Snow digging mechanic

In the “Snow Game” project I’m working on, you can dig through snow tiles, each action removing “half” a tile of snow. I set up everything like this: First, I made a 2d array to store the game’s tiles. Each…

Planning out a small-scoped game

I’ve always wanted to try making several small games outside of any game jams, and after having worked with Pixel Vision 8 for a while, I decided to start a game using that. Since my goal is to have a…