A teeworlds 0.7 network protocol library written in ruby
Go to file
ChillerDragon f0762eee9d I do not understand the connless flags
But the control flag seems to be working
So parse packets with the control flag in the header as
control message

and all other messages as connection messsages
aka CClient::ProcessServerPacket()
2022-10-29 12:16:44 +02:00
lib Refactor to check flags and use packet class 2022-10-29 12:09:10 +02:00
.gitignore Decompress packet payload 2022-10-25 20:17:07 +02:00
Gemfile Decompress packet payload 2022-10-25 20:17:07 +02:00
README.md Initial commit 2022-10-25 14:07:56 +02:00
teeworlds.rb I do not understand the connless flags 2022-10-29 12:16:44 +02:00

teeworlds-client

A teeworlds 0.7 client written in ruby