Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

It's incredible that this three hour game has procedural generation in it! I agree with the other comments, in particular the one about having an upgrade that increases the area you can mine, so I'll just say that I very much enjoyed my time with the game.

almost completed it, but unfortunately came across a crash at the very end, and again about a minute into a new game I tried. I wonder if it has something to do with how quickly I was mining? I was holding down my mouse button and traveling in a straight line. Hope you're able to figure it out!


(+1)

Thanks for the comment! This error was one I was aware of, but I didn't think there was enough time to debug and fix it. It has something to do with the collision, and how it checks if there is a tile in the way. If you wander outside of the generated game area (not very large due to generation times), it looks for a tile that doesn't exist hence giving the IndexError: list index out of range error. Will definitely be fixing this if I continue work on this game!