1 members found this post helpful.
You could display the most recent score in its place in the high score list, regardless of whether it's going to be saved within the shared high score list. So you could display something like
20 FOP 600
-- FOP 598
21 AAA 594
The game NetHack uses a similar strategy to make sure that one player doesn't dominate the high score list; it's what I was thinking of when making that suggestion.
You'd probably also want to store (on the server side; not displayed to the player) an ouya-unique ID to perform the limiting rather than just using initials, so that two people that have the initials FOP could still both be on the high score list.
Bookmarks