snake-rs/README.md

11 lines
180 B
Markdown
Raw Normal View History

2023-06-29 23:13:47 +00:00
# snake-rs
2023-06-29 23:25:32 +00:00
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
2023-06-29 23:25:32 +00:00
```