Early development pre alpha teeworlds 0.7 network protocol library
Go to file
2024-06-19 13:00:05 +08:00
.github/workflows Make packet a module and import huffman 2024-06-06 12:51:18 +08:00
chunk Add struct for startinfo 2024-06-19 12:13:57 +08:00
messages7 Add 7 suffix to messages 2024-06-19 13:00:05 +08:00
network7 Add 7 suffix to messages 2024-06-19 13:00:05 +08:00
packer Move constants to network7 package 2024-06-19 12:57:32 +08:00
packet Ack and keep alive to not time out 2024-06-17 13:49:56 +08:00
protocol7 Add 7 suffix to messages 2024-06-19 13:00:05 +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 Move constants to network7 package 2024-06-19 12:57:32 +08:00

teeworlds

A client side network protocol implementation of the game teeworlds.

WORK IN PROGRESS

run client

go build
./teeworlds

tests

go test ./...