Nice and calming game. It does get challenging towards the end. How do you save the level selection in webgl?
if your using unity. I just use playerprefs 😀
i am using Unity. Interesting.. I'll be playing with the idea
playerprefs it's great. Very simple and easy to use.
Can't store too much data in it, but if you want to save an int, float or string works perfect to save level numbers and the on/off position for audio.