.github/workflows | ||
chunk7 | ||
messages7 | ||
network7 | ||
packer | ||
protocol7 | ||
.gitignore | ||
go.mod | ||
go.sum | ||
README.md | ||
teeworlds.go |
teeworlds
A client side network protocol implementation of the game teeworlds.
WORK IN PROGRESS
run client
go build
./teeworlds
tests
go test ./...