|
|
|
|
|
by salomon812
1627 days ago
|
|
It's very possible we don't have the same dictionary! I have 8938 words. I confirmed that NARES, DOILY, and TOUCH are in my dictionary. My analysis shows that SERAI's worst-case is 461 words and NARES would have 578. I found my code a bit difficult to debug at the end because it's still halfway decent at playing wordle. So, I fully admit I might not be doing it right! But one thing I also did was allow it to pick a word it knew wasn't possible but could eliminate a lot of possibilities quickly. |
|
https://qntm.org/files/wordle/words.js
These are most likely the same words in the implementation at https://www.powerlanguage.co.uk/wordle/ based on
showing up in the minified js (which are the first 8 words in possibleWords in order).