Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 316 Bytes

snakery

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