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

2
.vscode/tasks.json vendored
View File

@@ -10,6 +10,8 @@
"-g",
"main.c",
"court.c",
"gameServer.c",
"term.c",
"network/*.c",
"-o",
"netpong",