1
\$\begingroup\$

I am making a strategy game similar to chess for Android.

I'll be using the Google Leaderboards for rankings.

I want to implement a sort of ranking system, that the player can actually lose score, similar to the one in www.chess.com.

But, from the docs of submitScore():

"The score is ignored if it is worse than a previously submitted score for the same player."

I don't understand how can I implement such a system with Google Leaderboards.. sorry if I'm missing something obvious here.

\$\endgroup\$
3
  • 1
    \$\begingroup\$ I'd look into the ability to remove the score of a player. Then you can simply do a remove, and add the new lower score. \$\endgroup\$ Commented Sep 4, 2015 at 0:15
  • \$\begingroup\$ I actually already did, but unfortunately, the only thing I found was the possibility to completely hide a player's score. (via the REST API) :( \$\endgroup\$ Commented Sep 4, 2015 at 0:21
  • \$\begingroup\$ I wonder whether the Swarm allows this (the docs say nothing - www.swarmconnect.com). \$\endgroup\$ Commented Sep 4, 2015 at 0:22

1 Answer 1

2
\$\begingroup\$

Google Leaderboards saves the highest score, it can't simply reduce the score.

Your best bet is to create your own leaderboard system, which would allow you to remove/add score when needed.

\$\endgroup\$

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.