Skip to content

Veeloxfire/WordleSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Wordle Solver

Wordle solver written in c++ (could easily be converted to c probably)

Its unreasonably effective for what it does. It doesn't do any fancy strategies, it guesses somewhat like a regular human with an irregular vocabulary. It uses the same "algorithm" the whole time and this could be changed to be different based on how many words left, which letters it knows, etc

From my limited testing it usually guesses correctly in ~4 tries on reasonable words and ~5 on random words. It can get stuck however when there is only 1 letter to guess and multiple options and take >10 tries (this is where different strategies would come in)

Currently only supports windows but you could write a linux_main.cpp fairly easily if you wanted

You have to provide your own word list but here is a good one: twl06

Copy it yourself ... its a wordle solver

About

Wordle Solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages