Skip to content

specter25/snake-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Cli

Terminal-based Snake game

It took me approx 5 hours to build the game . I have used two external libraries termloop and termbox .The instructions to start the game are given below . I have formatted the code using goimports and golang-cilint.

Assumptions

  • The minimum dimensions for the game to run is 70 pixels width and 25 pixels height .

Play

Locally

$ go get github.com/specter25/snake-cli
$ $GOPATH/bin/snake-cli

On Docker

$ docker run -ti ujjwal25/snake-cli

Images

command startscreen game gameover

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published