Early development pre alpha teeworlds 0.7 network protocol library
Go to file
2024-06-17 11:37:44 +08:00
.github/workflows Make packet a module and import huffman 2024-06-06 12:51:18 +08:00
chunk Use proper chunk parsing instead of magic values 2024-06-17 11:37:44 +08:00
packet Make packet a module and import huffman 2024-06-06 12:51:18 +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 Add sample test 2024-06-02 09:41:15 +08:00
teeworlds.go Use proper chunk parsing instead of magic values 2024-06-17 11:37:44 +08:00
teeworlds_test.go Start with packet header parsing 2024-06-02 10:58:09 +08:00

teeworlds

A client side network protocol implementation of the game teeworlds.

WORK IN PROGRESS

tests

go test