I am building a simple quiz game in JS/CSS. Curious about how wordle stores the streak statistics. Is it in the cookies? Also, I want users to be able to access previous games and also their attempts. Is it possible to do it without having them create an account?
Asked
Active
Viewed 133 times
0
-
Look into local storage and session storage. – Ari Seyhun Mar 20 '22 at 05:28
-
1Does this answer your question? [How to get JS variable to retain value after page refresh?](https://stackoverflow.com/questions/16206322/how-to-get-js-variable-to-retain-value-after-page-refresh) – Ari Seyhun Mar 20 '22 at 05:29