Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 723 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 723 Bytes

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