|
|
|
|
|
by vitus
1627 days ago
|
|
It's worth noting that there are two dictionaries used in this implementation: "possibleWords" (from which the solution can be drawn) and "impossibleWords" (other words that are valid guesses). 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 ["cigar","rebut","sissy","humph","awake","blush","focal","evade",
showing up in the minified js (which are the first 8 words in possibleWords in order). |
|