Doc build and run and new tests

This commit is contained in:
ChillerDragon 2024-06-17 13:13:22 +08:00
parent dcf26f818f
commit 199e8a39de

View file

@ -4,10 +4,16 @@ A client side network protocol implementation of the game teeworlds.
WORK IN PROGRESS
## run client
```
go build
./teeworlds
```
## tests
```
go test
go test ./...
```