Hi guys! So the game I'm building relies pretty heavily on global variables for a number of tasks, such as changing playable characters, tracking progression through the levels for each individual character, and saving the high scores for each character as well.
The variables work perfectly, but I'm wanting to use Local Storage to save them and I'm finding it incredibly complicated and fiddly! Can anyone help me find a simple solution that can be used to save and retrieve the assorted global variables? I would be incredibly grateful, thank you in advance!