DEV Community

Alex Pliutau
Alex Pliutau

Posted on

Snake over Telnet in Go

Telnet games were very popular some time ago, especially this Star Wars movie: telnet towel.blinkenlights.nl.

I wanted to create something in Go, and I wrote this Snake game over Telnet.

Go is awesome in this case, no need any dependencies to build this funny stuff.

Try it:

telnet pliutau.com 8080
Enter fullscreen mode Exit fullscreen mode

go-snake-telnet

Development

go get github.com/plutov/go-snake-telnet
go-snake-telnet --host localhost --port 8080
Enter fullscreen mode Exit fullscreen mode

Contribute

It's open source project, so feel free to contribute - go-snake-telnet.

Top comments (1)

Collapse
 
plutov profile image
Alex Pliutau

Top score for now:


2017/10/13 15:06:51 Accepted incoming connection from ***
2017/10/13 15:14:50 Game over, score: 520