bot that plays wordle. instructions for use:
- download list of words (e.g. from here) and possibly run clean.py to keep only words of length 5
- run basic_guess.py or minimax_guess.py (the bot will only guess words from the provided list)
it's pretty straightforward to build a program that lets you play wordle, but in the spirit of the game i will not include one here. go make one yourself if you so desire :)
currently, the bot assumes adversarial play from the computer, and does a depth 2 minimax search with some pruning to determine optimal moves. sadly, it takes 5 turns to beat absurdle.