P4nch0 Posted August 6, 2015 Share Posted August 6, 2015 Hi everyone! In my project i am using a tile map .json.by clicking player can add element to the map and game.Is there any way to save this map after adding elements and load it in next time? You can look my project on: http://lifetime.cba.plLogin: testPassword: test And after log in click "graj" to load the game screen I think this is very interesting topic, so we can talk about this Link to comment Share on other sites More sharing options...
drhayes Posted August 7, 2015 Share Posted August 7, 2015 Yes there is. You can store the data on a server, locally in the player's browser. You can check out using XHR to post the data to a server, or look up localStorage or IndexDB. Link to comment Share on other sites More sharing options...
Recommended Posts