This commit is contained in:
2024-11-08 08:00:17 -05:00
parent 4af1dd7227
commit fffd504a3c

19
README.md Normal file
View File

@@ -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`