An implementation of the Wordle game by the New York Times for the terminal. It's very basic and mostly served as an exercise for me to learn more Rust
You can either download a binary from the releases page or build and install it locally using the following:
(requires Rust toolchain to be installed)
git clone https://github.com/itsyunaya/cli-dle.git && cd cli-dle
cargo install --path .