Update README.md

This commit is contained in:
Uttarayan Mondal
2021-01-18 05:12:07 +05:30
parent 6f9a5bd91f
commit cad605c458
8 changed files with 32 additions and 19 deletions
+11 -3
View File
@@ -1,6 +1,14 @@
# Snake in rust
Trying to make a snake game in rust using ncurses.
It is nowhere near complete.
This is for me to learn rust better.
The game is playable
run with
```bash
cargo run
```
- To fix bugs
- To Implement the highscore system
Learning from [ncurses](https://docs.rs/ncurses)