I'm not sure if the scoreboard servers retain all of the recorded scores or not, but if they do it would be nice to offer a way to get the list of top scores for the player. getPersonalBest
is already there, of course, which is great. I'm asking for a sibling getPersonalScores(boardID, callback)
function or the like, which would return the top 10 scores filtered to their player ID. This would enable a toggle between personal and global high score views in the game.
3 Likes