Go Pixel Snake is a weekend project to create a Snake game in Go, using the Pixel game library.
The Pixel game engine uses an Opengl back-end which requires platform specific dependencies for compilation. You will have to install these dependencies on your system first.
Go Pixel Snake uses the go dep tool to manage its own dependencies.
go get github.com/golang/dep
go get github.com/benjmarshall/gopixelsnake
cd $GOPATH/src/github.com/benjmarshall/gopixelsnake
dep ensure
go install
Alternatively download one of the pre-built binaries from the releases page.
There are probably many bugs in here. If you spot something major please submit an issue.