working server and gameloop

This commit is contained in:
2026-04-26 13:44:54 -04:00
parent 81488417d9
commit 3607c4bf36
8 changed files with 194 additions and 116 deletions

View File

@@ -7,8 +7,9 @@
#include <netdb.h>
Server StartServer(int port) {
Server s = {2};
Server s;
s.clientID = 0;
s.client_count = 0;
// Create Socket