4 stable releases

1.0.3 Jul 26, 2022
1.0.1 Jul 25, 2022

#449 in Games

Download history 3/week @ 2024-02-23 6/week @ 2024-03-01 33/week @ 2024-03-08 3/week @ 2024-03-15 25/week @ 2024-03-29

62 downloads per month

MIT/Apache

20KB
410 lines

rusty_wordle

rusty_wordle contains an implementation of the Wordle game in Rust. The underlying dictionary and game rules are all based on the original game from the NY Times.

Installation

If you're a Rust programmer and have Cargo installed you can run

cargo install rusty_wordle

Usage

Open a terminal and type

rusty_wordle

and then follow the instructions.

Docs

Checkout https://docs.rs/rusty_wordle/ if you're interested in the internal workings or want to know how you can integrate rusty_wordle as a library into your own code.


lib.rs:

rusty_wordle contains an implementation of the Wordle game in Rust. The underlying dictionary and game rules are all based on the original game from the NY Times.

Dependencies

~2–12MB
~110K SLoC