How do I…
Create a dynamic leaderboard that updates a score that is already ranked? I want to have this game played over multiple sites with multiple players in each site, but the score is for each site, not each player
What is the expected result
If my current leaderboard looks like this:
- site2: 8 points
- site1: 5 points
- site1: 4 points
- site3: 2 points
I want the leaderboard to add the two scores of site1, and place it at the top.
- site1: 9 points
- site2: 8 points
- site3: 2 points