Skip to content

Latest commit

 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

wordle

An algorithm to guess all secrets in at most 7 attempts. It is possible with manual tinkering to make it as most 6 attempts, but this is the direct approach.

  1. Modify the file paths in files.py to match your setup.
  2. Run precompute_scores.py to precalculate all scores.
  3. Run run.py to run all games with start word e.g. LARES.
  4. Run wordle.sh to run all games with 8 start word lists in parallel.

For more explanation of the algorithm see http://formalit.dk/wordle.pdf and http://formalit.dk/WordleDemo.pdf.

About

An algorithm to guess all secrets in at most 7 attempts.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages