theNeedle Posted April 20, 2018 Share Posted April 20, 2018 I'm making small turn based game tic-tac-toe using phaser 3. Is it possible to cache assets and all the files needed to run game so that game can be played offline so that no internet connection is needed and every file is loaded from cache (providing native like experience)? Does service worker would do the trick? What are the common approaches to speed up the loading process and caching in HTML5 games? Quote Link to comment Share on other sites More sharing options...
end3r Posted April 21, 2018 Share Posted April 21, 2018 Yes, Service Workers can do the job: https://developer.mozilla.org/en-US/Apps/Progressive/Offline_Service_workers theNeedle 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.