go-teeworlds-protocol/README.md

22 lines
294 B
Markdown
Raw Normal View History

# 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
./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
```
## projects using go-teeworlds-protocol
- [MITM teeworlds proxy](https://github.com/teeworlds-go/proxy)