Skip to content

The wordle-solver can guess all the Wordle words with an average of 4.39 attempts. Of all the wordle words, it can guess 96.72% of them within 6 attempts.

Notifications You must be signed in to change notification settings

inferiorzoned/wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Run

Go to solver directory

Run the wordle_solver.py file

Run testSolver(word) to run (simulate) against a given word

Run runSolver() to run against a hidden word (actual wordle game)

Change debugMode from config.py to 0 (no info print), or 1 (additional info print)

Toggle dictionaryMode to True in the solver to see the dictionary meaning of the words (if the word exists in the dictionaryAPI)

About

The wordle-solver can guess all the Wordle words with an average of 4.39 attempts. Of all the wordle words, it can guess 96.72% of them within 6 attempts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages