Quick and dirty implementation of Snake in the terminal with Rust, part of general experimentation with game development in Rust.
Install the game by running the following command in the root directory of the project:
$ cargo install --path .
After installing the game, run it using the following command:
$ snake