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

I love this mechanic! Actually thought about making a similar concept game in the past.

Just some impression on the control scheme...

I find it little bit weird of the control. Subconsciously, I cannot easily convert my W/S feeling into Anti-clock/Clockwise. (Since they are not really uplift/ downward force...)

Since A/D is useless inside pink zone, do you think we can simply use A/D to control the rotation? Because when you describe how a clock hand moves... usually you think right = clockwise, left = anti-clockwise....


Btw, are the pink drill zone made up of many small objects?

I'm working on a post-jam update where I switched back to using A/D for steering. The issue with using it at the time was there is no delay from when you are walking to when you are drilling. So if you're walking right(D) and you begin to drill you'll immediately begin to nose dive. Which I found myself having to correct my path faaaaaar too often than it was worth. As I said, I'm moving back to the A/D scheme in this post-jam update because I've re-worked how some thing operate. 

 Yes, the drill zone are basically a bunch of 16x16 tiles. The drill zone makes use of Quad Tree data structure so if it gets hit, then it'll break down into 4 smaller pieces (1 in each quadrant). Once they get down to a minimum size, I just delete them.