SNAKEEEEEEEEEEEE

This commit is contained in:
2025-10-17 11:15:53 +02:00
parent d09742ba79
commit 0e133aff32
10 changed files with 317 additions and 60 deletions

View File

@@ -11,6 +11,11 @@
#define MINIGAME_MENU_GRID_GAME_ENGINE_H
#include "rooster.h"
typedef struct {
int x;
int y;
} coordinate;
typedef enum {
BLACK = 1,
WHITE = 2,