|
|
|
|
|
by tobinfricke
1611 days ago
|
|
Yet another Wordle solver! https://github.com/nikitaborisov/autowordl We choose the guess that is expected to result in the smallest set of possible solutions after one guess. For the secret answer "QUERY" it suggests the following sequence of guesses: 1. LARES 90 possible answers after this guess. 2. GROUT Only four possibilities now: ['ENURE', 'INURE', 'QUERY', 'QUIRE'] 3. BRIBE This narrows the field down to one possibility: 4. QUERY |
|