naveen 1 Posted September 3, 2014 Report Share Posted September 3, 2014 I want save data, like level no, score and game progress. Can we do this with phaser js? Quote Link to post Share on other sites
rich 2612 Posted September 3, 2014 Report Share Posted September 3, 2014 If you can do it from JavaScript, you can do it from Phaser. Quote Link to post Share on other sites
naveen 1 Posted September 3, 2014 Author Report 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 Quote Link to post Share on other sites
rich 2612 Posted September 3, 2014 Report 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 Quote Link to post Share on other sites
Nepoxx 5 Posted September 3, 2014 Report 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). Quote Link to post Share on other sites
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.