15 lines
172 B
Markdown
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)
|