Solution for Talk to Zombies challenge and learning Golang on the way.
Tested against go version go1.11.4 darwin/amd64
$ go test ./...
$ go build
$ ./gowinter
$ telnet localhost 52000
Command | Description |
---|---|
START <player-name> |
Starts the game with player-name |
SHOOT <x> <y> |
Shoots at (x, y) |