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

Allow sorting of the leaderboard by time as well as # of attempts #14

Closed PeteRimkus closed 4 years ago

PeteRimkus commented 4 years ago

Please allow sorting of the leaderboard by time as well as # of attempts

hryanjones commented 4 years ago

Thanks for the creature request!

I do plan to do this, but I have a bit of a rewrite of the frontend that should happen first as it'll unblock a number of features. (Vanilla JS was good for the first version, but becoming a bit of a mess now).

PeteRimkus commented 4 years ago

Thanks!

hryanjones commented 4 years ago

@amygoldstein

Now that I have the leaderboard separated it wasn't too hard to add this in. Closing this issue https://github.com/hryanjones/guess-my-word/commit/6f2aae81731a15b65a53bcddd8654e9b03b7e5c3

If you find any bugs please let me know.