Skip to content

Play Snake on the command line! πŸ˜„πŸ›πŸ›πŸ›

License

Notifications You must be signed in to change notification settings

simonwhitaker/shellsnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

45 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

shellsnake

Play snake in your shell!

A GIF showing a game of shellsnake in progress

To play

Install with Homebrew

brew install simonwhitaker/tap/shellsnake

Install the binary using the Go toolchain

If you have the Go toolchain installed, you can:

go install github.com/simonwhitaker/shellsnake@latest

Download a release

Check the releases page. Download, open the gz/zip file, and run shellsnake.

Run from source

Clone this repo, then:

go run .

Then (assuming $(go env GOPATH)/bin is in your path):

shellsnake

Running with Docker

docker build -t shellsnake .
docker run --rm -it shellsnake:latest