I’m really glad to hear that!
There may still be some minor bugs or issues remaining, but I’ll continue improving the game, so I’d appreciate your continued support.
🔧 How to Reset (per browser)
• Chrome / Edge
Press F12 or Ctrl + Shift + I (on macOS: Cmd + Option + I) → go to the Application tab → Local Storage → select the game’s URL and delete the stored key.
You can also run the following command in the Console to reset all saved data:
localStorage.clear()
• Firefox
Press F12 → open the Storage tab → Local Storage → select the game’s URL → right-click the key and delete it.
The same operation can be done via the Console as well.
• Safari (macOS)
First, enable the Develop menu via Safari > Settings > Advanced > “Show Develop menu in menu bar”.
Then press Cmd + Option + I → open the Storage tab → Local Storage → select the game’s URL → right-click and delete the key.
You can also use the Console to perform the same action.
The basic steps are the same across browsers.
Running localStorage.clear() will completely reset all saved data for the game.
After clearing, please reload the page to apply the reset.