A Wordle clone played on the command line written in Rust. A one-day project just to see if I could do it.
This uses a different word list than the official game, and is in no way affiliated with the official Wordle game. This is just a fun little fan version. :)
Additional info: https://mary.codes/blog/programming/creating_a_wordle_cli_in_rust/
You must have Rust >= 1.58.0 installed and Cargo.
Clone the repository and cargo build --release. The compiled binary will be in the /target/release directory. Run the binary with ./word_guessing_game.
