Skip to content

Snake game clone written in Go, based on plutov's go-snake-telnet work.

License

Notifications You must be signed in to change notification settings

echoes341/go-snake-terminal

Repository files navigation

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

About

Snake game clone written in Go, based on plutov's go-snake-telnet work.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages