naveen Posted September 3, 2014 Share Posted September 3, 2014 I want save data, like level no, score and game progress. Can we do this with phaser js? Link to comment Share on other sites More sharing options...
rich Posted September 3, 2014 Share Posted September 3, 2014 If you can do it from JavaScript, you can do it from Phaser. Link to comment Share on other sites More sharing options...
naveen Posted September 3, 2014 Author Share Posted September 3, 2014 If you can do it from JavaScript, you can do it from Phaser.I mean, Do we have any phaser class which helps in doing so? like Phaser.Net Link to comment Share on other sites More sharing options...
rich Posted September 3, 2014 Share Posted September 3, 2014 No because there are so many options out there already, just pick the one you prefer the most (jQuery, Angular, etc) naveen 1 Link to comment Share on other sites More sharing options...
Nepoxx Posted September 3, 2014 Share Posted September 3, 2014 Phaser does not provide this out of the box. I'm assuming this is to try to stay unopinionated. In any cases, you have multiple options and they really depend on what you want to do. If you're interested in real-time multi-player, take a look at http://socket.io/If you do not need real-time multi-player, and do not need 2 way communication, you can use AJAX calls (I recommend jQuery is that's all you need, but Angular, Ember, etc. all have libraries for this). Link to comment Share on other sites More sharing options...
Recommended Posts