• Stars
    star
    247
  • Rank 163,473 (Top 4 %)
  • Language
    Go
  • License
    MIT License
  • Created almost 9 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Terminal-based Snake game

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