Snake game with SDL2 library in Go language
To build it you will need sdl2 lib. How to install there's an instruction: https://github.com/veandco/go-sdl2#requirements
To run build:
$ go get github.com/3auris/snakery
$ cd $GOPATH/github.com/3auris/snakery
$ go get -d ./...
$ go build
$ ./snakery