-
-
Notifications
You must be signed in to change notification settings - Fork 971
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
Added Service Worker for Offline First Capabilities #192
base: clay-improvements
Are you sure you want to change the base?
Conversation
Hi! Thanks for this contribution. Have you tested this code? I'll take a look at it soon. |
Hi, thank you very much for the response. Yes, I have tested it and have a working version up here for display: https://adnanusman.com/hextris-sw/ |
this PR has some conflicts I have created a fix here adnanusman#1 |
Hi Nate would you want to take a more active role in maintaining this project? Looks like you've been pretty involved in PRs and honestly I haven't had the time to take care of Hextris anymore so let me know if you would be interested! |
I'm just passing by, not looking for any long term commitments. But feel free to ping me if you want any help with web app stuff and I'll try to help if I have time. |
I've added an enhancement to this already amazing game. The game will now have offline capabilities and will be entirely cached inside the browser in case user is offline or is on a bad connection. The game will load super fast and the user experience will be much better.