minimaxwordle.py uses the minimax algorithm to make guess to the wordle. In the 4th and 5th guess, the code will implement a probe to weed out odd cases like
To start the code you would need to make a virtual environment and install all requiredpackages in requirements.txt
pip install -r requirements.txt--
The goal of this is to test the starting word against all possible options you can run with:
python batch_test.py--
This code plays wordle using the New York Times wordle website https://www.nytimes.com/games/wordle/index.html. To run:
python minimaxwordle.py