Skip to content

DyegoCosta/snake-game

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 25, 2018 11:53
December 21, 2015 21:40
May 29, 2022 15:28
May 29, 2022 15:28

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