Factor game logic into own module

This commit is contained in:
Camden Dixie O'Brien
2025-10-13 23:25:46 +01:00
parent 941cb8745c
commit a698e0af7d
4 changed files with 318 additions and 287 deletions

View File

@@ -8,4 +8,4 @@ defs="-D_POSIX_C_SOURCE=200809L"
$cc $warn $flags $libs $defs \
-o asteroids \
fb.c input.c main.c maths.c renderer.c
fb.c game.c input.c main.c maths.c renderer.c