Early development pre alpha teeworlds 0.7 network protocol library
Go to file
2024-06-21 09:38:59 +08:00
.github/workflows Split CI jobs 2024-06-20 12:12:15 +08:00
chunk7 Suffix everything 0.7 specific with 7 2024-06-20 08:26:04 +08:00
messages7 Automatically compute chunk header size on pack 2024-06-21 09:38:59 +08:00
network7 lil refactor 2024-06-20 11:15:36 +08:00
packer lil refactor 2024-06-20 11:15:36 +08:00
protocol7 Automatically compute chunk header size on pack 2024-06-21 09:38:59 +08:00
.gitignore Make packet a module and import huffman 2024-06-06 12:51:18 +08:00
go.mod Make packet a module and import huffman 2024-06-06 12:51:18 +08:00
go.sum Make packet a module and import huffman 2024-06-06 12:51:18 +08:00
README.md Doc build and run and new tests 2024-06-17 13:13:22 +08:00
teeworlds.go POC: inspect incoming traffic 2024-06-20 13:27:46 +08:00

teeworlds

A client side network protocol implementation of the game teeworlds.

WORK IN PROGRESS

run client

go build
./teeworlds

tests

go test ./...