tsu / ultima4.js

6 stars 0 forks source link

Implement save game #3

Open maglob opened 12 years ago

maglob commented 12 years ago

Implement saving and loading of game state into/from cookie

or with HTML5 Local Storage.

tsu commented 12 years ago

Cookie? Why not html5 local storage?

http://dev.w3.org/html5/webstorage/

maglob commented 12 years ago

Uuh. Never heard of html5 local storage.

Sure, let's use local storage if it's supported in common modern browsers.