Update README.md
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user