From fffd504a3c96c2afbf70ca964d41e964f07204d3 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Fri, 8 Nov 2024 08:00:17 -0500 Subject: [PATCH] readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md 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` +