hryanjones / guess-my-word

A word guessing game, where you only know whether my word is before or after your guess. (An unofficial clone of the game previously available on simbase.org)
https://hryanjones.com/guess-my-word/
MIT License
64 stars 26 forks source link

Add medians to scoreboard headers #64

Open nvdaydreamer opened 1 year ago

nvdaydreamer commented 1 year ago

Hi! Thank you for this.

Please consider adding median guess count and median time values to the headers of those scoreboard columns. This would make it easy for players to see at a glance how they've done relative to all the others who played before them.

This could be just like the player count (which is in parentheses next to the header for the Name column).

I suppose it could be average guess count and time. Whatever is easier to extract.

Thank you again!