Should I introduce a controller layer to separate networking from game/player logic in a C server project?

📝

内容提要

I’m writing a multiplayer server in C using sockets and pthreads. The project is separated by responsibility: server.c/.h → networking (socket, bind, listen, accept, thread creation) player.c/.h...

🏷️

标签

➡️

继续阅读