
About
Per the project's own description, Wordle is a word-guessing game in which players get six attempts to guess a new word each day, with each attempt revealing information about the solution. cl-wordle is a terminal-based implementation of Wordle, written in Rust and distributed as a published crate. It supports playing the daily word, replaying a specific past day or date, playing a random word, or guessing a custom word supplied by the player.
How it differs from the original
Unlike the original browser-based Wordle, cl-wordle runs entirely in a terminal and adds modes the original doesn't have: replaying a specific past day or date, a random-word mode, and a custom-word mode.
Getting started
Install it via Cargo (`cargo install cl-wordle --locked`), then run `wordle` to play the daily puzzle, or use `wordle day <day-number>`, `wordle date <date>`, `wordle random`, or `wordle custom <word>` for the other modes.