rewordle

Crates.iorewordle
lib.rsrewordle
version0.1.1
created_at2025-09-03 18:56:37.683646+00
updated_at2025-09-05 18:10:22.937286+00
descriptionRewordle lets you play all the Wordle words from the beginning in the terminal.
homepagehttps://github.com/ronilan/rewordle-rust
repositoryhttps://github.com/ronilan/rewordle-rust
max_upload_size
id1823046
size226,429
Ron Ilan (ronilan)

documentation

README

Rewordle

Rewordle lets you play all the Worlde words from the beginning in the terminal.

It's written in Rust.

banner

Install

Pre Built Binaries

Pre built binaries are provided for each release.

From crates.io

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

From Source

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

Use

Play it like Wordle!

Fabriqué au Canada : Made in Canada 🇨🇦
Commit count: 16

cargo fmt