Hi everyone. I have a question. What is the most efficient way of storing players accuracies for individual songs and then putting them into a leaderboard. Please keep in mind that there are about 250 songs.
1 Like
In the actual player leader board in the top right, it’d be unfeasible to try and fit all set songs into that given space and would just look abhorrent. I believe the best way to go about it would be to work out an average of the scores and then posting them onto that leaderboard, and then you can create a separate UI with player data with tables of the songs they have data for.
1 Like
There would be an individual leaderboard for each song. When a player plays the song, it will check if that player had a previous score. If this is true, then it will compare there current score with the previous one. If there current one is greater, it will overwrite their old score.
1 Like