snake-rs/README.md

11 lines
180 B
Markdown

# snake-rs
Classic snake game with terminal graphics written in rust.
This is my first project in rust so the code is probably great.
Play the game:
```
cargo run --release
```