Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 448 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 448 Bytes

Snake Game

Build Status

Terminal-based Snake game

scrrenshot

Play

Locally

$ go get github.com/DyegoCosta/snake-game
$ $GOPATH/bin/snake-game

On Docker

$ docker run -ti dyego/snake-game

Testing

$ cd $GOPATH/src/github.com/DyegoCosta/snake-game
$ make