wordle-rs/README.md
RingOfStorms (Joshua Bell) 4d6538df56 add gif
2022-01-27 13:58:05 -06:00

21 lines
352 B
Markdown

# WORDLE in Rust
## Prereqs
- rust/cargo installed
## To play
`cargo run` from root directory
## Guess Commands
Guess commands are character sequences you can guess to do additional behavior.
|command|description|
|---|---|
|!ans[wer]|shows the answer to the current wordle|
## Screenshots
![gif of wordle in terminal](images/wordle_rust.gif)