go-teeworlds-protocol/README.md

20 lines
194 B
Markdown

# teeworlds
A client side network protocol implementation of the game teeworlds.
WORK IN PROGRESS
## run client
```
go build
./teeworlds 127.0.0.1 8303
```
## tests
```
go test ./...
```