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

Consider filtering user names on the scoreboard which contain the answer (for either daily puzzle) #19

Closed wsulcs closed 4 years ago

wsulcs commented 4 years ago

The top score on today's Normal scoreboard is "THE ANSWER TO THE HARD IS _____", which spoiled the Hard word for me. Might be nice to hide scores which contain either the Normal or Hard word for the day.

hryanjones commented 4 years ago

Yeah, that's a good idea and won't be difficult, except that jerks may get creative and put spaces between them and such. I think the best thing will be to implement the idea I have for people to report bad usernames:

https://github.com/hryanjones/guess-my-word/issues/18

hryanjones commented 4 years ago

I put in a basic filter for the words for the day and some bad words, I'll keep the other issue open to track the better long term solution for user self-reporting inappropriate names.