prateekkalra / guess-game

The classic guess the number game with some extra features.Try it
https://prateekkalra.github.io/guess-game/
41 stars 102 forks source link

Keep the level set when the turn restarts or even when the browser is closed #39

Open maikenegreiros opened 4 years ago

maikenegreiros commented 4 years ago

When the user click the "play again" button, the game level is reset to medium. The same issue happens when the browser is closed and opened.

maikenegreiros commented 4 years ago

Fix: #40

unclebay143 commented 3 years ago

try using Javascript localstorage

maikenegreiros commented 3 years ago

If you look into the referenced PR, you'll see I'm using localstorage