Categorygithub.com/techieIsaac/go-snake-game
modulepackage
0.0.0-20221201183744-b0e11ae108ca
Repository: https://github.com/techieisaac/go-snake-game.git
Documentation: pkg.go.dev

# README

Snake Game

Terminal-based Snake game

Play

Locally

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

On Docker

$ docker run -ti snake-game

Testing

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

# Packages

No description provided by the author