| Crates.io | rewordle |
| lib.rs | rewordle |
| version | 0.1.1 |
| created_at | 2025-09-03 18:56:37.683646+00 |
| updated_at | 2025-09-05 18:10:22.937286+00 |
| description | Rewordle lets you play all the Wordle words from the beginning in the terminal. |
| homepage | https://github.com/ronilan/rewordle-rust |
| repository | https://github.com/ronilan/rewordle-rust |
| max_upload_size | |
| id | 1823046 |
| size | 226,429 |
Rewordle lets you play all the Worlde words from the beginning in the terminal.
It's written in Rust.

Pre built binaries are provided for each release.
Ruewordle is published as a crate on crates.io. If you have Cargo, you can install it with
cargo install rewordle
You will be able to invoke the binary as rewordle.
rewordle
If you don't want to install a Rust crate, but do have Rust installed, you can build and run rewordle directly from source.
Clone this repository,
git clone https://github.com/ronilan/rewordle-rust.git
cargo run --release
Play it like Wordle!