You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel like this should be easy now that progress is all stored in the character.
Maybe game loading could be added to the game title screen to avoid needing to also store the game ID.
Game title screen could have:
Start a new game
Load progress from file
Play a different game
Data could simply be stored in JSON. This would also mean that we could do easy debugging of games since we’ll be able to get to the same game state as a user.
We could also automatically save game state on an error.
Allow the player to save and load their current game position.
The text was updated successfully, but these errors were encountered: