gosnake icon indicating copy to clipboard operation
gosnake copied to clipboard

Snake game written in Go

gosnake

Build Status

Snake game written in Go

This is a simple project for me to practice Go.

See it in action: http://asciinema.org/a/6115

INSTALL

  • go get github/hSATAC/gosnake
  • run gosnake to play

NOTICE

You can make 100% reproducible build via godep.

  • go get github.com/kr/godep
  • godep go build under gosnake src folder.

TODO

  • Decouple Snake & Scene
  • Add score