Categorygithub.com/echoes341/go-snake-terminal
repositorypackage
1.0.0-beta2
Repository: https://github.com/echoes341/go-snake-terminal.git
Documentation: pkg.go.dev

# README

go-snake-terminal

Porting of Plutov's snake telnet game to standard terminal

Install it and run it

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