Added win and loss conditions along with their respective screens

This commit is contained in:
2026-03-06 18:00:19 +01:00
parent eb8834324e
commit 4c21d309e9
5 changed files with 99 additions and 27 deletions
+3
View File
@@ -6,4 +6,7 @@
#define TILE_SPACING 10
#define BOARD_MARGIN 50
#define WINDOW_WIDTH 800
#define WINDOW_HEIGHT 600
void handle_mouse_input(GameState_t *game_state);