Early development pre alpha teeworlds 0.7 network protocol library
Go to file
ChillerDragon 4538112164 Turns out go is not C or ruby
So slices don't just work as easy as in ruby
But i have no idea what is happening in detail either.

Seems like they are structs and somehow a mess.

Using fixed arrays instead and a bunch of compiler driven try and error
I fixed the bug of the server token getting corrupted.
2024-06-01 18:30:01 +08:00
.gitignore Get server token 2024-06-01 10:34:53 +08:00
go.mod Get server token 2024-06-01 10:34:53 +08:00
README.md Get server token 2024-06-01 10:34:53 +08:00
teeworlds_client.go Turns out go is not C or ruby 2024-06-01 18:30:01 +08:00

teeworlds_client

Me playing around