Especially important for the iOS JS version, which resets entirely when you switch between apps.
Needs to be done in a platform-independent way.
For example, something like https://github.com/go-humble/locstor may work in JS, but probably not when running natively on macOS (or Linux, or Windows, or iOS Native, or... you get the point).
Save game state between sessions.
Especially important for the iOS JS version, which resets entirely when you switch between apps.
Needs to be done in a platform-independent way. For example, something like https://github.com/go-humble/locstor may work in JS, but probably not when running natively on macOS (or Linux, or Windows, or iOS Native, or... you get the point).