Early development pre alpha teeworlds 0.7 network protocol library
Go to file
2024-06-22 13:59:27 +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 Rebrand from teeworlds to go-teeworlds-protocol 2024-06-22 13:59:27 +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 Rebrand from teeworlds to go-teeworlds-protocol 2024-06-22 13:59:27 +08:00
.gitignore Make packet a module and import huffman 2024-06-06 12:51:18 +08:00
go.mod Rebrand from teeworlds to go-teeworlds-protocol 2024-06-22 13:59:27 +08:00
go.sum Make packet a module and import huffman 2024-06-06 12:51:18 +08:00
README.md Rebrand from teeworlds to go-teeworlds-protocol 2024-06-22 13:59:27 +08:00
teeworlds.go Rebrand from teeworlds to go-teeworlds-protocol 2024-06-22 13:59:27 +08:00

go-teeworlds-protocol

A client side network protocol implementation of the game teeworlds.

run client

go build
./teeworlds 127.0.0.1 8303

tests

go test ./...

projects using go-teeworlds-protocol