diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d68495 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Snake Cli + +A Snake game for the terminal. + + +## Description + +An excuse to write more rust and learn about writing cli apps. + +## Running + +Prerequsites + - `cargo` + +Steps +1. Clone the repo +2. `cd snake-cli` +3. `cargo run` +