Skip to content

joel22b/Wordle-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle-Solver

A project to help find the solution to word in as few guesses as possible

To make the wordle solver, run the command:

make

Once the wordle solver has been made, run it with the command:

./guess

It will then output in the terminal the best word to be guessed. You then type in the terminal which letters were black(b), yellow(y), or green(g). It will then filter the remaining word list and write it to a file named guessX.txt. Then a new best word will be output to the terminal.

About

A project to help find the solution to word in as few guesses as possible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published