Persist player state longer #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be nice if the player state would be remembered longer. Maybe it can be stored in the session storage of local storage. This way you can leave your story progress and come back later without having to leave your browser tab open.
Finally getting around to thinking about this. It should be enough to store the current player state plus the details of the scene they were last in. If the player left the page and came back, they would lose the historical log of the previous choices they made, but they could pick up exactly where they left off at least.