/snake

Snake for the terminal implemented in Rust

Primary LanguageRustMIT LicenseMIT

Snake

Build Status Build status

A reimplementation of the game Snake for terminal emulators.

Install

Pre-compiled binaries can be found here.

Build

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

Demo

Sanke Demo