Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How to make your HTML5 game playable offline?

user-image
Question added by Deleted user
Date Posted: 2014/09/17
Muhammad Waqas
by Muhammad Waqas , Dot Net and MVC Developer , Osys Technologies

TL;DR: There are only really two techniques you should use to make your game playable offline: Web Storage (local storage) and Appcache. Use local storage to store only information and not to store your games files and assets (especially JavaScript). Use Appcache to cache your games files and assets, explicitly caching all of your files and assets into the manifest file upfront (you’re not going to be able to do much else).

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.