Skip to content

edjson/selenium-wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


How It Works

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


How To Start

To start the code you would need to make a virtual environment and install all requiredpackages in requirements.txt

pip install -r requirements.txt

--

batch_test.py

The goal of this is to test the starting word against all possible options you can run with:

python batch_test.py

--

minimaxwordle.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

About

does automated wordle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages