Arlefreak Posted November 26, 2013 Share Posted November 26, 2013 I want to integrate leaderboards into my game, could someone point me in the right direction ? I have a little experience with Python/Django and Php do I need to use one of them?, someone has integrated Google Play Services ? Link to comment Share on other sites More sharing options...
austin Posted November 26, 2013 Share Posted November 26, 2013 You don't need them for Google Play Services, here's their docs for the JavaScript implementation: https://developers.google.com/games/services/web/gettingstarted If you want things to be more secure, then you'll want to do a backend implementation, and in that case you'd use their REST API with something like Node.js or PHP. If you haven't looked into Clay.io, I'd suggest that as well http://clay.io/development-tools kass and Arlefreak 2 Link to comment Share on other sites More sharing options...
Arlefreak Posted November 27, 2013 Author Share Posted November 27, 2013 Thanks I will try both Link to comment Share on other sites More sharing options...
Recommended Posts