1

Topic: [QUESTION] How are the client and server parts divided?

Can anybody help me to divide files of client and files of server?
I want to understand how server works.

2

Re: [QUESTION] How are the client and server parts divided?

I suggest you looking at default.bam, it makes server executable.
Also some files are used by both server and client, you should look at game and engine directories, there are server and client subdirs

Drowning dwarves lately

3

Re: [QUESTION] How are the client and server parts divided?

teeworlds/src/game/server
The very most is there.

4

Re: [QUESTION] How are the client and server parts divided?

Thanks! I'll try to extract server part from this sources...