manual??? and refactoring

This commit is contained in:
2025-10-17 21:08:03 +02:00
parent a2d4290076
commit 103f85d07e
15 changed files with 211 additions and 52 deletions

4
spel.c
View File

@@ -12,12 +12,14 @@
*/
#include "grid_game_engine.h"
#include "manual.h"
#include "minigame_menu.h"
int main(void) {
init_engine();
// 5. Speel het spel.
// Speel het spel.
// manual((coordinate){0,3});
minigame_menu();
cleanup_engine();