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

@@ -2,7 +2,7 @@
CC = gcc
CFLAGS = -Wall -g
NETPONG_SRC = main.c court.c $(wildcard network/*.c)
NETPONG_SRC = main.c term.c court.c gameServer.c $(wildcard network/*.c)
LIBS = -lncurses