FlappyLearning
FlappyLearning copied to clipboard
Improvement: use ServiceWorkers to save state
With SWs you can save the state of the game, stats, preventing to reset everything when the tab is closed.
or local storage
Is this implemented?