Porting of Plutov's snake telnet game to standard terminal
To build and run this package you'll need dep
go get -d github.com/echoes341/go-snake-terminal
cd `go env GOPATH`/src/github.com/echoes341/go-snake-terminal
dep ensure --vendor-only
go build -o snake
./snake