Wordle optimal guesses using minimax
Wordle is an online game where the purpose is to guess a "random" 5 letter word in 6 or fewer guesses.
Recently, I made a small piece of code that calculates some of the best words to play in Wordle. I use the minimax philosophy to select the best worst-case scenario for the determined words. Check it out on GitHub: https://github.com/thornewolf/WordleSolvers