Early development pre alpha teeworlds 0.7 network protocol library
Go to file
2024-06-20 12:29:26 +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 POC: the user has full control over outgoing traffic 2024-06-20 12:10:22 +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 Make OnPacket return a result struct 2024-06-20 12:29:26 +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 Make OnPacket return a result struct 2024-06-20 12:29:26 +08:00

teeworlds

A client side network protocol implementation of the game teeworlds.

WORK IN PROGRESS

run client

go build
./teeworlds

tests

go test ./...