brodycritchlow / Cookie-Clicker

MIT License
0 stars 0 forks source link

Save player progress between sessions #7

Open dcritchlow opened 6 years ago

brodycritchlow commented 4 years ago

Is this what you are saying? https://stackoverflow.com/questions/50458409/session-storage-in-js. Just store a save code in a session storage. Or do you think we could use cookies?

brodycritchlow commented 4 years ago

https://github.com/js-cookie/js-cookie looks like an easy API we can use