Snake game written in Go
This is a simple project for me to practice Go.
See it in action: http://asciinema.org/a/6115
go get github/hSATAC/gosnake
- run
gosnake
to play
You can make 100% reproducible build via godep.
go get github.com/kr/godep
godep go build
under gosnake src folder.
- Decouple Snake & Scene
- Add score