Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aurimasbachanovicius authored Nov 13, 2018
1 parent 1f08816 commit 9d0982e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# snakery
Snake game with SDL2 library in Go language

Preparing development environment:
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
```

0 comments on commit 9d0982e

Please sign in to comment.