Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

I loved this! You nailed the theme. And the puzzles were very well done. I loved the size of Maple, and sequoia I loved how outside the box it was. The only one I had to come back to later was Acai, that was the hardest to me for some reason. This was great. Thank you! 

Also how did you make it save your progress when you refresh?

Thank you! I wanted the puzzles to be roughly sorted by difficulty, but didn't have a real way to quantify difficulty. So I constantly shuffled them around as I replayed them depending on how much I struggled. They might be kind of close to sorted now.

I saved progress using Godot's filesystem API. For HTML5 builds the user:// directory maps to storage in the browser (IndexedDB I think.)