snake-rs/README.md
2023-06-29 18:25:32 -05:00

11 lines
170 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
```