Open akarle opened 6 years ago
Note to self--using document.cookie only works on the server (probably because firefox/chrome don't recognize file:// domains as websites)
a2bfc8b is a fully featured pilot for for the most part! Only consideration left is how long is the interval:
I suppose the other thing to consider is how to actually save / load the game. Loading/Saving USER_INFO is great, but clearly not everything...
@mbkarle I suppose a true roguelike spirit would be to end the round but to save the GreatHall stats that carry over when the user quits (NPC's unlocked, etc)
Store USER_INFO as a cookie!
We worked this out in our console and it seems pretty simple!
More here