# Snake This is a game of Snake that is designed to be played in the terminal. It is written in Rust with zero unsafe code and uses the pancurses library. The game tracks your high score, and has variable speed and difficulty. ## Building and running This game can be built and ran with ``` sh ./run ``` Additionally, more options to the game can be found by typing ``` sh ./run -h ```