Preservation of the player's context


It is required to implement the preservation of the player's context so that when the page with the application is closed, the user's progress is restored the next time the page is loaded.

I'm going to use LocalStorage for this.

Comments

Log in with itch.io to leave a comment.

Saving the player's progress is implemented. Now you do not need to go through the game first every time you reload the page. Added the ability to go to the beginning of the game. If there are malfunctions, then please write to this topic.