palerdot / wordl

Terminal Wordle, with slow reveal letter colors on guess and keyboard hints.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordl - Web like Terminal Wordle

Terminal Wordle.

WORDL aims to provide web like Wordle experience in the terminal, mainly

  • Slow Reveal letter colors after guessing.
  • Keyboard Hints

Wordl - Web like Terminal Wordle

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 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.

About

Terminal Wordle, with slow reveal letter colors on guess and keyboard hints.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%