 
A snake game written with Rust and ncurses. Also has a public API for making your own snake game (in Rust).
***NOTE: The game is not finished yet***
```bash
$ git clone https://github.com/Yamboy1/rust-snake
$ cd rust-snake
$ cargo install --path .
```
WIP