Skip to content

tadaskay/gowinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages