Skip to content

asjp/wordle-solve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle-solve (or YAWS Yet-Another-Wordle-Solver)

Usage

Define your guesses...

raise
.   .

(space = grey, . (dot) = yellow, anything else = green)

and then cat guesses | go run main.go to receive your next best guess word!

outer

Test your guesses

Given the following guesses file

raise
. x
print
 xxx
bring
 xxx

then go run main.go -t drink guesses prints

raise OK raise
print OK print
bring OK bring

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages