https://github.com/palerdot/wordl
Terminal Wordle, with slow reveal letter colors on guess and keyboard hints.
https://github.com/palerdot/wordl
Last synced: 9 months ago
JSON representation
Terminal Wordle, with slow reveal letter colors on guess and keyboard hints.
- Host: GitHub
- URL: https://github.com/palerdot/wordl
- Owner: palerdot
- License: gpl-3.0
- Created: 2022-10-29T07:09:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T08:03:27.000Z (over 3 years ago)
- Last Synced: 2025-02-12T00:35:56.646Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 957 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Terminal Wordle.
**WORDL** aims to provide web like `Wordle` experience in the terminal, mainly
- `Slow Reveal` letter colors after guessing.
- Keyboard Hints

### Installation
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
```
#### Wordle Words list
Data for Wordle words is present in [`guess/data`](./guess/data) directory. The data was initially seeded from [here](https://gist.github.com/cfreshman/a7b776506c73284511034e63af1017ee) and [here](https://gist.github.com/cfreshman/d5fb56316158a1575898bba1eed3b5da). Right now, wordle words list is not synced. If you want any words to be added or removed, please submit a PR.