Repository for EECS 592 Project for making AI solver for Wordle and its variants.
There are three different Python files to run the code:
main.py: This runs the vanilla Wordle solveroctordle.py: This runs the Octordle solvertwo_player.py: This pits two Wordle solvers against each other.
All three files use the State class to keep track of board & for making the guesses.
Links to play the game: