go-teeworlds-protocol/README.md

20 lines
194 B
Markdown
Raw Normal View History

2024-06-02 01:27:41 +00:00
# teeworlds
A client side network protocol implementation of the game teeworlds.
WORK IN PROGRESS
2024-06-01 02:34:53 +00:00
2024-06-17 05:13:22 +00:00
## run client
```
go build
./teeworlds 127.0.0.1 8303
2024-06-17 05:13:22 +00:00
```
2024-06-02 01:41:00 +00:00
## tests
```
2024-06-17 05:13:22 +00:00
go test ./...
2024-06-02 01:41:00 +00:00
```