Play the popular New York Times game Wordle in the terminal.
More samples can be found in the /images folder.
Pre-built binaries for your Operating System can be found at the latest release page.
If you want to build your own using GoLang:
go install github.com/jedib0t/go-wordle
go-wordle
If you want to run from source:
git clone git@github.com/jedib0t/go-wordle
cd go-wordle
make run
- Hinting mode with
-hints
- Shows recommended/possible answers above the keyboard
- Solve mode with
-solve
- Automated solving with or without a pre-set answer
- Uses the built-in hinting system to choose answers
- Mega Wordles mode with
-num-wordles
- Run more than 1 Wordle puzzle at the same time
- Needs a wide-enough terminal to fit the contents
- Helper mode to solve external Wordle puzzles with
-helper
- Use this tool as a cheat and solve Wordle puzzles elsewhere ;)
- Show hints and helps record the results to get you closer to the answer