NickSto / wordle

Yeah I did one.
0 stars 0 forks source link

Output two lists: attempted solves and excluding letters #5

Open NickSto opened 2 years ago

NickSto commented 2 years ago

Right now wordle.py prints its best guess at the actual answer, then a list of the best words to use up unused letters.

I should also include a list of other possible guesses so I can look at them myself. Just print it in parallel with excluding-letters guesses (two tab-separated columns).