Hugo0 / wordle

Open Source Wordle in a bunch of languages
Other
50 stars 30 forks source link

Game resets if you switch between https://www.wordle.global/en and https://wordle.global/en #88

Open Cassolotl opened 2 months ago

Cassolotl commented 2 months ago

If you do the game on https://www.wordle.global/en, you have a different set of stats and guesses as when you do the game on https://wordle.global/en

Hugo0 commented 2 months ago

oh! that's very good feedback. Thanks @Cassolotl . I think this should be a quick fix

Hugo0 commented 2 months ago

Actually, might be a bit more complex:

  1. either redirect always to wordle.global - this means current people that access www.... will lose their stats
  2. do some localStorage trickery

Im leaving this issue open for now