tadaskay / gowinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoWinter

Solution for Talk to Zombies challenge and learning Golang on the way.

Tested against go version go1.11.4 darwin/amd64

Running tests

$ go test ./...

Running the game server

$ go build
$ ./gowinter

Connecting as a client

$ telnet localhost 52000

Client commands

Command Description
START <player-name> Starts the game with player-name
SHOOT <x> <y> Shoots at (x, y)

About

License:MIT License


Languages

Language:Go 100.0%