A TUI highscore based game developed in rust using ncurses
- Gather foods to reach higher scores
- Of course enemies wont make it easy for you
- Annnd there are rocks you can't pass through
- Clone this repo with
git clone https://github.com/KAYT33N/snapake.git
- open its directory
cd snapake
- run it with cargo
cargo run
This game is re-implementation of @jadijadi `s work explained in this link (original game was developed in phyton)