Skip to content

AshwinS27/WordleAI

Repository files navigation

WordleAI

Repository for EECS 592 Project for making AI solver for Wordle and its variants.

There are three different Python files to run the code:

  1. main.py: This runs the vanilla Wordle solver
  2. octordle.py: This runs the Octordle solver
  3. two_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:

  1. Wordle
  2. Octordle
  3. CoWordle

About

Repository for EECS 592 Project for making AI solver for Wordle and its variants

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages