You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, instead of showing total wins as "376" and losses as "259", show the win ratio as "1.45". Instead of showing diamonds as "58725", show them as an average per game of "16.87" or something similar.
These statistics should be the default display for the leaderboard. However, the existing statistics should remain accessible. These changes should provide a more even playing field for newcomers.
Here it is, you should dump the data/ directory in your hero-starter repo root (I .gitignore'd it).
I included the actual downloaded and generated data, because why not. Uncompressed it is over 250MB.
I suppose though, that you already have all the totals (shown in the ranking). All you need to do is divide each of them by matches played (by that user)
@flesler I simply haven't had time to work on the site lately. I'm hoping my amount of free time will improve next year and I can prioritize some of the open issues.
For example, instead of showing total wins as "376" and losses as "259", show the win ratio as "1.45". Instead of showing diamonds as "58725", show them as an average per game of "16.87" or something similar.
These statistics should be the default display for the leaderboard. However, the existing statistics should remain accessible. These changes should provide a more even playing field for newcomers.
Possible changes might include:
Kudos to @flesler for the idea.
The text was updated successfully, but these errors were encountered: