Earlier quoted context omitted.
Oh, hmm. Perhaps the list has been changed multiple times? It was originally 12972 words (see https://www.poirrier.ca/notes/wordle-optimal/ ) and was 10638 words as of yesterday. Anyway, some of the words that have been removed are slurs/profanity.
I believe you're mixing it up. There are two arrays of words in the source code. One that contains all the solutions in order, and one that contains all the possible words without repeating any words in the solutions list So the 10638 words are the set of all possible guesses minus the set of all the solutions.
Resurrecting the old Wordle for procrastinators
31–40 of 86 posts
Re: Resurrecting the old Wordle for procrastinators
#32Re: Resurrecting the old Wordle for procrastinators
#33Easier still, try one of the alternatives like Wordii: https://frequal.com/wordii Bonus features: * Streak stats to share * Try new words faster
I like this one! Clean and minimalist. Did you make it? Shameless self-plug, but if anyone is interested in alternatives with an added challenge, I made https://squareword.org where you guess words to uncover a word square of 5x5 letters. Feedback has been positive and looks like user numbers are picking up, doubling about once per week so far.
TeaVM: https://teavm.org/
Re: Resurrecting the old Wordle for procrastinators
#34Earlier quoted context omitted.
I believe you're mixing it up. There are two arrays of words in the source code. One that contains all the solutions in order, and one that contains all the possible words without repeating any words in the solutions list So the 10638 words are the set of all possible guesses minus the set of all the solutions.
Oh… I think you’re right. Thanks.
Re: Resurrecting the old Wordle for procrastinators
#35Earlier quoted context omitted.
What's an example of a word that was removed? Any pattern there?
The day they moved to the NYT they removed words that could refer to the female anatomy (like "pussy"), as well as words referring to certain unpleasant concepts (e.g. slavery). They retained words referring to male genitalia (like "boner"). Make of that what you will.
Re: Resurrecting the old Wordle for procrastinators
#36Easier still, try one of the alternatives like Wordii: https://frequal.com/wordii Bonus features: * Streak stats to share * Try new words faster
laser lakes
to name a couple
Re: Resurrecting the old Wordle for procrastinators
#37Earlier quoted context omitted.
What's an example of a word that was removed? Any pattern there?
The game has two lists -- one list that includes 'valid guesses' (things you can enter), and one that is a list of things that could actually end up as the solution. From the possible solutions list, they removed words that have negative associations -- stuff like "slave." From the guesses list, they mostly removed things like slurs.
Re: Resurrecting the old Wordle for procrastinators
#38Earlier quoted context omitted.
It is shorter, but only by 19 removed words and 6 removed answers. Compare for yourself: https://www.nytimes.com/games/wordle/main.bd4cb59c.js https://web.archive.org/web/20220210034340id_/https://www.po...
Oh, hmm. Perhaps the list has been changed multiple times? It was originally 12972 words (see https://www.poirrier.ca/notes/wordle-optimal/ ) and was 10638 words as of yesterday. Anyway, some of the words that have been removed are slurs/profanity.
Re: Resurrecting the old Wordle for procrastinators
#39Earlier quoted context omitted.
The game has two lists -- one list that includes 'valid guesses' (things you can enter), and one that is a list of things that could actually end up as the solution. From the possible solutions list, they removed words that have negative associations -- stuff like "slave." From the guesses list, they mostly removed things like slurs.
What's the game's reason for having two lists instead of just one?
Re: Resurrecting the old Wordle for procrastinators
#40Earlier quoted context omitted.
The game has two lists -- one list that includes 'valid guesses' (things you can enter), and one that is a list of things that could actually end up as the solution. From the possible solutions list, they removed words that have negative associations -- stuff like "slave." From the guesses list, they mostly removed things like slurs.
What's the game's reason for having two lists instead of just one?
If the answer to a day's Wordle was QIBLA or AALII or RAHUI, I'd probably stop playing.
Here's the full list of valid guesses. There are a lot of words here that most people don't know.
https://gist.github.com/cfreshman/cdcdf777450c5b5301e439061d...