peer2p 2 Report post Posted December 15, 2015 Hello everyone, in my spare time project I'm actually developing a HTML5/JS platform game using the genius Phaser framework.I wanted to add a high score system which works in the cloud, so that players can compete against each other.I evaluated the most relevant game services API's from Google and Apple. The problem is that you have to pay for them and that might not be appropriate for a small game. So I tried to do my own implementation using the lovely parse.com service which has the following features:Manage players (Users)Player specific highscoresTrack players game timeManage achievements for playersLeaderboardStore game specific values to the detail objects of achievement and highscore entitiesYou will need to create a free parse.com account in order to use the Highscore Service.The little project is hosted on github at https://github.com/peer2p/parse-highscore-service. A documentation is also available there.A test application to evaluate JS Highscore Service with your own parse backend is hosted here. Maybe this could be useful for someone... Cheers! 2 totallybueno and shohan4556 reacted to this Quote Share this post Link to post Share on other sites
totallybueno 26 Report post Posted January 13, 2016 Man, I have been waiting for something like this, defenitely, a must try asap Thanks for sharing. Quote Share this post Link to post Share on other sites
totallybueno 26 Report post Posted January 29, 2016 http://blog.parse.com/announcements/moving-on/ Quote Share this post Link to post Share on other sites
Felipe Budinich 1 Report post Posted January 29, 2016 3 hours ago, totallybueno said: http://blog.parse.com/announcements/moving-on/ You could always give our platform ( www.gamezyme.com ) a try Quote Share this post Link to post Share on other sites
totallybueno 26 Report post Posted January 29, 2016 Felipe Budinich, if you create a user for me, definitely I´ll, at the moment it seems to be a closed beta Quote Share this post Link to post Share on other sites
Felipe Budinich 1 Report post Posted February 1, 2016 On 1/29/2016 at 0:56 PM, totallybueno said: Felipe Budinich, if you create a user for me, definitely I´ll, at the moment it seems to be a closed beta Done 1 totallybueno reacted to this Quote Share this post Link to post Share on other sites