Hacker News new | ask | show | jobs
by a5b6ff 1519 days ago
Using the "same words every time" (i.e., a fixed set of initial guesses) has been studied before [1,2,3]. It is one of the few remaining open questions about Wordle. Interestingly, it can be done in 6+1 guesses [4] (COMBO FATTY GRRRL SPUDS VENGE WHILK, then the possibilities are always narrowed down to a singleton). However, it is unknown whether it is possible within 5+1 guesses, which would make Wordle 100% solvable even with such a constrained approach!

It is unfortunate that 3Blue1Brown's excellent video has been so often misquoted as providing "optimal" guesses for Wordle. Of course, one can legitimately argue that using maths takes the fun out of the game... but if we *are* going to use maths, then the information entropy approach is simply not the one most suited to this specific game (because the dictionary is fully known).

[1] https://news.ycombinator.com/item?id=30094398

[2] https://www.poirrier.ca/notes/wordle-optimal/#fixed-guesses

[3] https://github.com/alexandres/magicwordschallenge

[4] https://github.com/alexandres/magicwordschallenge/issues/2