https://github.com/tadaskay/gowinter
https://github.com/tadaskay/gowinter
golang homework-assignments kinginthenorth mysteriumnetwork
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tadaskay/gowinter
- Owner: tadaskay
- License: mit
- Created: 2019-01-17T14:29:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T21:17:51.000Z (over 6 years ago)
- Last Synced: 2025-01-05T18:46:19.725Z (5 months ago)
- Topics: golang, homework-assignments, kinginthenorth, mysteriumnetwork
- Language: Go
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)` |