Terminal Wordle.
WORDL aims to provide web like Wordle
experience in the terminal, mainly
Slow Reveal
letter colors after guessing.
- Keyboard Hints
Installation
go install github.com/palerdot/wordl@latest
Go
version 1.16
+ is required. Please note, if you are installing specific version/tags, install tag/version that is >= v1.1.0
.
You can also build from source if you have Go
installed.
git clone https://github.com/palerdot/wordl
go build .
./wordl
Right now, Go needs to be installed on the user's machine to get the binary executable. There are plans to provide binaries for different platforms, so that people without Go
installed can try out wordl. Please refer this issue for more details.
Wordle Words list
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.