I've found several tutorials that allow me to create a leaderboard in which I could play the game repeatedly, and I will eventually fill up the leaderboard. However, what I'm looking for is a unique leaderboard, similar to that of Orcs Must Die (only example I can think of atm).
This means that the score is unique. When I get a better score, it will replace the old score and reposition me in the scoreboard.
Ideally, what I'd like to do is just have a webstorage or local storage online, in which I can update values instead of having an actual leaderboard. Then just grab those values, meaning the leaderboard could be displayed and updated in realtime.
Anybody know if this is possible?