so if the page is refreshed, the state persists. and the game continues from where the player left off (level, score, etc.)
the level starts resets to 1 if the user had a game over.
can keep track of high score
total duration played
accuracy := total correct / total -> this would be per level, idk if we need to do an average for all the levels
so if the page is refreshed, the state persists. and the game continues from where the player left off (level, score, etc.)
the level starts resets to 1 if the user had a game over.
can keep track of high score
total duration played
accuracy := total correct / total -> this would be per level, idk if we need to do an average for all the levels