Skip to content

Alexander1994/wordle_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle_solver

A simple worlde solver with an average of 4.49926 against the entire wordle dictionary (The game itself uses a subset of popular words as the secret words, which is why on average humans do better) The solver reduces search space by selecting a guess based on the sum of each letter's popularity and it's popularity at that space. This is not optimal but was a fun challenge prior to optimal solutions being discovered.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages