Skip to content

tarndt/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle

Command-line wordle solver!

Example

Lets see it in action, first:

$ ./wordle 
5914 possible remaining matches of 5 letters.
Recomended guess is: "sales"

Please enter actual guess (5 letters) or enter for "sales": 
Please enter result of guess (5 y|n|p): pnnpn
210 possible remaining matches of 5 letters.
Recomended guess is: "beets"

Please enter actual guess (5 letters) or enter for "beets": 
Please enter result of guess (5 y|n|p): npnpp
8 possible remaining matches of 5 letters.
Recomended guess is: "crest"

Please enter actual guess (5 letters) or enter for "crest": 
Please enter result of guess (5 y|n|p): nnpyp
1 possible remaining matches of 5 letters.
Recomended guess is: "those"

Our work here is done!

Building

Lets download and build this wordle solver. To build the Go toolchain must be installed after that building is a simple matter of running go build.

$ git clone https://github.com/tarndt/wordle.git
$ cd wordle
$ go build

Usage

Usage:

$ ./wordle -help
  -dict-file string
    	Path of dictionary file (default "/usr/share/dict/words")
  -help
    	Show usage and exit
  -letters uint
    	Number of letters in word (default 5)

About

Simple wordle solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages