Files
snake-rs/README.md
T
Uttarayan Mondal cad605c458 Update README.md
2021-01-18 05:12:07 +05:30

15 lines
172 B
Markdown

# Snake in rust
The game is playable
run with
```bash
cargo run
```
- To fix bugs
- To Implement the highscore system
Learning from [ncurses](https://docs.rs/ncurses)