Crates.io | rusty_wordle |
lib.rs | rusty_wordle |
version | 1.0.3 |
source | src |
created_at | 2022-07-25 20:19:02.740781 |
updated_at | 2022-07-26 19:38:57.483486 |
description | Play Worlde in the terminal |
homepage | |
repository | https://github.com/luke-codewalker/rusty_wordle |
max_upload_size | |
id | 632817 |
size | 48,725 |
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.
If you're a Rust programmer and have Cargo
installed you can run
cargo install rusty_wordle
Open a terminal and type
rusty_wordle
and then follow the instructions.
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.