Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbaikge/wordle
Wordle helper
https://github.com/jbaikge/wordle
Last synced: 9 days ago
JSON representation
Wordle helper
- Host: GitHub
- URL: https://github.com/jbaikge/wordle
- Owner: jbaikge
- Created: 2022-06-27T17:13:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T13:06:01.000Z (10 months ago)
- Last Synced: 2024-10-28T13:08:57.292Z (about 2 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle Solver
Threw this together to quickly scan some words and give ideas on what the solution might be.
It defaults to using the standard dictionary word list (if you have one installed) located at `/usr/share/dict/words`. If the default wordlist is not available, one gets downloaded to `words.txt` in the current directory and you are instructed to use the `-words` argument.
`wordle` takes arguments in pairs with the first argument being the guessed word followed by the response Wordle returned. The response is formatted as a 5-letter string from the following letters:
- `g`: Green letters
- `y`: Yellow letters
- `b`: Black/Grey letters## Example
`wordle later bybyb` Will return all the words with an "a" and an "e" in them, but not in their current positions.
`wordle later bybyb shade bbybg` Will filter the words from the previous guess down further to satisfy the result of the second guess