MNoya / Element-TD

Element Tower Defense
http://www.eletd.com
64 stars 22 forks source link

Show if a Top Rank has been achieved at game end #333

Closed MNoya closed 8 years ago

MNoya commented 8 years ago

We have this info through the leaderboard request, it should be possible to do a popup as soon as you die, showing that you got a highscore (or that you beat your former highscore for this version)

ynohtna92 commented 8 years ago

What you can do is use the player stats with raw and analyse it there to see if a highscore has been achieved. We cannot do a leaderboard highscore check live since the leaderboard updates every 5 mins but you can use existing pulled leaderboard scores to compare the end game score against those.

MNoya commented 8 years ago

I didn't do leaderboard top rank check but personal highscore check based on the ranking and percentile for killbanner particle purposes, I think it's good enough