How to design a leaderboard?
- by PeterK
This sounds like an easy thing but when i considering the following
Many players
Some have played many games and some just started
Different type of statistics
...on what information should the actual ranking be based on. I am planning to display the board in a UITableView so there is limited space available per player. However, I am not bound…