4 stable releases
1.0.3 | Jul 26, 2022 |
---|---|
1.0.1 | Jul 25, 2022 |
#578 in Games
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–13MB
~100K SLoC