xviniette / FlappyLearning

Program learning to play Flappy Bird by machine learning (Neuroevolution)
http://xviniette.github.io/FlappyLearning/
MIT License
3.97k stars 498 forks source link

Improvement: use ServiceWorkers to save state #12

Open jeanlucaslima opened 7 years ago

jeanlucaslima commented 7 years ago

With SWs you can save the state of the game, stats, preventing to reset everything when the tab is closed.

yukulele commented 7 years ago

or local storage

alexnix commented 7 years ago

Is this implemented?