Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline functionality #8

Open
Hachitus opened this issue Sep 3, 2016 · 0 comments
Open

Offline functionality #8

Hachitus opened this issue Sep 3, 2016 · 0 comments

Comments

@Hachitus
Copy link
Owner

Hachitus commented Sep 3, 2016

We should implement a possibility to play the game even when there is no internet connection. How we do this and what is part of the engine and what is handled outside of it, has to be thought.

We can use straight up service worker in this, as it should have enough support for us. We can basically store the data locally, e.g. to localstorage or somewhere else, if the http request to server does not succeed.

@Hachitus Hachitus added the Minor label Oct 28, 2016
@Hachitus Hachitus added this to the 0.10 milestone Nov 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant