From a700bc8e72c3aa8986afd3d36c92821176687567 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Thu, 27 Jan 2022 13:44:54 -0600 Subject: [PATCH] readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a260de7 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# 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|