Terminal Wordle.
WORDL aims to provide web like Wordle experience in the terminal, mainly
Slow Revealletter colors after guessing.- Keyboard Hints
Binaries are available for different platforms from latest release page - https://github.com/palerdot/wordl/releases/latest
If you have Go installed, you can choose to install via one of the methods below.
go install github.com/palerdot/wordl@latest
Go version 1.16+ is required.
You can also build from source if you have Go installed.
git clone https://github.com/palerdot/wordl
go build .
./wordl
Data for Wordle words is present in guess/data directory. The data was initially seeded from here and here. Right now, wordle words list is not synced. If you want any words to be added or removed, please submit a PR.

