1

Topic: Teeworlds clone

I want to write a clone of teeworlds in C that is compatible with teeworlds servers, but I don't really lnow where to start. I understand the code well enough to make simple edits, but not enough to fully understand how it interacts with the server. Is there any documentation of what each source file does?

2

Re: Teeworlds clone

No, afaik there is no such documentation.

benjily3 wrote:

I want to write a clone of teeworlds in C that is compatible with teeworlds servers

That sounds a bit strange. Do you want to write a new game that's compatible with Teeworlds or do you just want to rewrite it in C?
Teeworlds basically is written in C, only that it uses some OOP from C++. It would be easier to simply port it to C, whereas that would imo only make the code less readable.