Thanks a lot for all the praise, it feels so good to get such positive feedback because we spent long evenings working on this together after our day jobs and tried hard to make something that fits the theme 100% in a creative way!
And I also will check out your code to see how you made it land on those stones.
If you’re still curious, the code should be understandable even if you’ve never written Go code before. The game’s collision-response logic is 35 lines of code and this specific “trick” had 2 parts:
- first define tiles with rocks, flowers and mushrooms as “squishy” (made that term up)
- then when the cricket hits a “squishy” tile, move it to be on top of it, that’s it!
Hope to see you again in GameOff 2022! 😉