Sloppy, hacked-together TELNET based snake game
Getting Started:
$ git clone https://gitlab.cs.fau.de/since/schnake.git
$ go build
Start Server:
./schnake -p 2323 -w 100 -h50
starts the server on port 2323 with a game field of size 100x50.
Client:
telnet serveraddress 2323
Controls:
- Restart / Redraw:
SPACE
- Steering:
W
A
S
D
/Up
,Left
,Down
,Right
/H
,J
,K
,L
. - Long press for boosting.