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
|
|
|
|
```
|
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
|
|
|
```
|
|
|
|
|