GitXplorerGitXplorer
b

gopixelsnake

public
13 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
3fd9c7e5c425deb0331de45543a237fa225d8589

Merge branch 'develop'

bbenjmarshall committed 7 years ago
Unverified
d5f2564f046cbc61ab32e5e211aec5055c890d06

Fix bug in tickerMultiplex causing high CPU use.

bbenjmarshall committed 7 years ago
Unverified
957b26a9223d33e7c7b3dba8bf2a606c532b0549

Merge pull request #2 from sempr/master

bbenjmarshall committed 7 years ago
Unverified
0e5d99c5fc9a32c67eb0e81e81add326f55119b5

MOD: fix type in README.md

ssempr committed 7 years ago
Unverified
b6e9e6be9a60c0b7505cd1ee6b5e62694636a94c

Add license.

bbenjmarshall committed 7 years ago
Unverified
b76130374a49313bbaa6b08eed4149d6d22b6957

Add bugs section.

bbenjmarshall committed 7 years ago

README

The README file for this repository.

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.