Thanks to visit codestin.com
Credit goes to github.com

Skip to content

plutov/go-snake-telnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game over Telnet in Go

Run it with go

go get github.com/plutov/go-snake-telnet
go-snake-telnet

Run with Docker

docker build -t snake-telnet .
docker run -d -p 8080:8080 snake-telnet

Play!

Make sure to install telnet first:

brew install telnet

Then connect to the game:

telnet 127.0.0.1 8080

Tests

go test ./... -bench=.

About

Snake Game over telnet protocol in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •