8000 GitHub - fluxsauce/wordle-solver: An over-engineered Wordle text puzzle solver.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fluxsauce/wordle-solver

Repository files navigation

wordle-solver

An over-engineered Wordle text puzzle solver.

npm i
node ./index.js --help
Usage: index [options]

An over-engineered Wordle text puzzle solver.

Options:
  -V, --version         output the version number
  -l, --length <chars>  length of word (default: 5)
  -d, --debug           display debugging
  -m, --method <type>   methodolgy (choices: "char", "word", default: "word")
  -h, --help            display help for command

For each guess, provide a word and the result.

- Word: A-Z letters only, capitalized or lowercase.
- Result: Use the following format - Y (green match), N (grey miss), ? (yellow close)

For example:

  prompt: word:  ABOUT
  prompt: result:  NN??N

If you made a mistake, type UNDO for the word with no result, and the last guess will be removed.

To see the most likely word without entering any guess, provide empty input for both the word and result.

The program exits when the puzzle is solved (result: YYYYY). To exit without completing, press Ctrl+C.

Citiations:

About

An over-engineered Wordle text puzzle solver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0