Skip to content

A weekend project to create a Snake game in Go using the Pixel game library.

License

Notifications You must be signed in to change notification settings

benjmarshall/gopixelsnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Pixel Snake

Go Pixel Snake is a weekend project to create a Snake game in Go, using the Pixel game library.

Go Pixel Snake

Install

Build from source

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

Pre-built

Alternatively download one of the pre-built binaries from the releases page.

Bugs

There are probably many bugs in here. If you spot something major please submit an issue.

About

A weekend project to create a Snake game in Go using the Pixel game library.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages