An open API service indexing awesome lists of open source software.

https://github.com/tadaskay/gowinter


https://github.com/tadaskay/gowinter

golang homework-assignments kinginthenorth mysteriumnetwork

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# GoWinter

Solution for [Talk to Zombies](https://github.com/mysteriumnetwork/winter-is-coming) 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 ` | Starts the game with `player-name` |
| `SHOOT ` | Shoots at `(x, y)` |