2024-06-22 05:59:27 +00:00
|
|
|
# go-teeworlds-protocol
|
2024-06-02 01:27:41 +00:00
|
|
|
|
|
|
|
A client side network protocol implementation of the game teeworlds.
|
|
|
|
|
2024-06-17 05:13:22 +00:00
|
|
|
## run client
|
|
|
|
|
|
|
|
```
|
|
|
|
go build
|
2024-06-21 02:40:49 +00:00
|
|
|
./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
|
|
|
```
|
|
|
|
|
2024-06-22 05:59:27 +00:00
|
|
|
## projects using go-teeworlds-protocol
|
|
|
|
|
|
|
|
- [MITM teeworlds proxy](https://github.com/teeworlds-go/proxy)
|
|
|
|
|