It would be cool if the receiving players own scores were highlighted in some way in the returned results.
This would let me track the player's own scores and treat them in a different way, such as:
- highlight the player's own score visually
- substitute "you" for their name
- show relative changes as they move up/down the board
- keep a history if their ranking changes
Apologies if I'm missing something that already exists.
eg. when receiving scores that contain one originally submitted from my device/account name "matt"
{
lastUpdated = 649972900,
scores = [
{
rank = 1,
player = "mario",
value = 100
},
{
rank = 2,
player = "matt",
value = 42,
own = true
},
{
rank = 3,
player = "luigi",
value = 20
}
]
}