Early development pre alpha teeworlds 0.7 network protocol library
Go to file
2024-06-22 13:35:13 +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 Add input timing and dont error on snap empty 2024-06-22 13:15:25 +08:00
network7 Add input timing and dont error on snap empty 2024-06-22 13:15:25 +08:00
packer Keep unkown messages on repack 2024-06-21 13:14:01 +08:00
protocol7 Detailed print of unknown messages 2024-06-22 13:35:13 +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 Fix nil result and add ip port cli args 2024-06-21 10:40:49 +08:00
teeworlds.go These examples need a better place 2024-06-22 12:38:17 +08:00

teeworlds

A client side network protocol implementation of the game teeworlds.

WORK IN PROGRESS

run client

go build
./teeworlds 127.0.0.1 8303

tests

go test ./...