Skip to content

shroomist/winter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Winter is Coming via websocket

Dependencies

go get github.com/gorilla/websocket

Run Server

go run *.go

server accepts 2 kinds of messages, its either start which spawns a zombie or X Y space delimited int coordinates for shooting an arrow (no error handling on casting this str to int)

Run Client

cd client
go run client.go

Currently client spawns 3 zombies on start and then spawns a zombie each 0.5 sec he's sending arrows randomly

quirks

Zombies would still run and count score even when the client is lost.

About

test task for mysterium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages