I do not know why, but every time I close and open the game, it returns to a point much earlier than I had been. I have to import and export every time I play
This sounds like a variation of the save bug -- are you seeing any errors in your browser console? (if you're on 0.3.1, ignore the x/y message, that's a debug message I left in accidentally) (Some background: The save is stored in two places locally -- in IndexedDB (primary) and localstorage (secondary). It used to be IndexedDB only, but I added the localstorage backup to try and stem people losing their saves. At this point, I think it's something external to the game preventing the saves (perhaps the browser, perhaps some paranoid security software), as I'm quite literally putting a save in every local place I can -- cookies are not an option because the save is too large for them)
This sounds like a variation of the save bug -- are you seeing any errors in your browser console? (if you're on 0.3.1, ignore the x/y message, that's a debug message I left in accidentally) (Some background: The save is stored in two places locally -- in IndexedDB (primary) and localstorage (secondary). It used to be IndexedDB only, but I added the localstorage backup to try and stem people losing their saves. At this point, I think it's something external to the game preventing the saves (perhaps the browser, perhaps some paranoid security software), as I'm quite literally putting a save in every local place I can -- cookies are not an option because the save is too large for them)