Skip to content

kschat/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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