A reimplementation of the game Snake for terminal emulators.
Pre-compiled binaries can be found here.
To build from source you'll need to install Rust. Once installed, run:
$ git clone https://github.com/kschat/snake
$ cd snake
$ cargo build --release
$ ./target/release/snake