rich Posted August 19, 2015 Share Posted August 19, 2015 Hi all, Can anyone recommend a hosted leaderboard service? I don't need anything complex, just simple to set-up and ideally not requiring anything server side (although if it does that's ok, within reason). It's been a long time since I had to make a game with this requirement, but I have one now Cheers, Rich Quote Link to comment Share on other sites More sharing options...
b10b Posted August 19, 2015 Share Posted August 19, 2015 I was looking into this just yesterday, there were many options. I shortlisted to either: https://www.leaderboards.io/https://developers.google.com/games/services/common/concepts/leaderboards However neither offered precisely what I wanted, so I'm coding something proprietary (and simple for low volume) today. Please let us know which way you end up going. Quote Link to comment Share on other sites More sharing options...
icp Posted August 19, 2015 Share Posted August 19, 2015 https://parse.com/products/javascripthttps://parse.com/docs/rest/guide/#objects Quote Link to comment Share on other sites More sharing options...
johnhattan Posted August 19, 2015 Share Posted August 19, 2015 Most of the commercial ones from several years ago (Scoreloop, Mochi, Scoreoid) are dead. I finally got tired of it and rolled my own with Google App Engine. I didn't release the code for it, but this one is pretty similar. Less than 300 lines of Python, so it's easy enough to figure out. https://github.com/omgwtfgames/omgleaderboards Quote Link to comment Share on other sites More sharing options...
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.