I don't know what has changed about the game, but running it in my phone (Pixel 4, Firefox mobile) has become near impossible. Every other action freezes the entire page while some event gets processed. And by event I mean like "clicked the 'L' button", the most basic actions in the game. I guess I'll just stick with the alternatives from now on.
Resurrecting the old Wordle for procrastinators
61–70 of 86 posts
Re: Resurrecting the old Wordle for procrastinators
#62The new Wordle has a shorter word list (down from about 12k to about 10k valid guess words). EDIT: both lists are about the same length (12k); a small number of words were removed.
What's an example of a word that was removed? Any pattern there?
Re: Resurrecting the old Wordle for procrastinators
#63The new Wordle has a shorter word list (down from about 12k to about 10k valid guess words). EDIT: both lists are about the same length (12k); a small number of words were removed.
Do you know of any rehosts of the old Wordle code?
Re: Resurrecting the old Wordle for procrastinators
#64I don't know what has changed about the game, but running it in my phone (Pixel 4, Firefox mobile) has become near impossible. Every other action freezes the entire page while some event gets processed. And by event I mean like "clicked the 'L' button", the most basic actions in the game. I guess I'll just stick with the alternatives from now on.
Amazing how quickly they managed to make it worse.
Re: Resurrecting the old Wordle for procrastinators
#65Earlier 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
#66Earlier quoted context omitted.
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.
I suppose they're both vulgar, but one difference is that "pussy" has a derogatory use that "boner" doesn't have.
Re: Resurrecting the old Wordle for procrastinators
#67Earlier quoted context omitted.
Do you know of any rehosts of the old Wordle code?
I made a copy the day The New York Times bought Wordle: https://buchh.fun/wordle Thanks to Josh for making Wordle with a free license.
Re: Resurrecting the old Wordle for procrastinators
#68Earlier quoted context omitted.
I suppose they're both vulgar, but one difference is that "pussy" has a derogatory use that "boner" doesn't have.
Perhaps, but it also has an entirely innocent use that boner doesn’t. At least here in the UK it’s pretty common to use “pussy” to refer to a cat.
Re: Resurrecting the old Wordle for procrastinators
#69Earlier quoted context omitted.
Do you know of any rehosts of the old Wordle code?
I made a copy the day The New York Times bought Wordle: https://buchh.fun/wordle Thanks to Josh for making Wordle with a free license.
Re: Resurrecting the old Wordle for procrastinators
#70Easier 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.