
About
Wordle is a web-based word game created by Josh Wardle in which players get six attempts to guess a five-letter word, with a new puzzle released daily. wordler is a Rust library and command-line tool implementing Wordle, inspired by an earlier Bash implementation of the game. It exposes a `Dictionary` trait so custom word dictionaries can be plugged in, alongside a built-in English dictionary.
Getting started
Install via Homebrew (`brew install 64bit/tap/wordler`) or Cargo (`cargo install wordler`), then run `wordler` from the command line to play.