From cfa277ffe54c67d0e18f32726d22b20ee24d83d1 Mon Sep 17 00:00:00 2001 From: stammjo100588 Date: Mon, 13 Oct 2025 15:11:18 +0200 Subject: [PATCH] Added my name --- Start_Windows/game.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Start_Windows/game.c b/Start_Windows/game.c index d8cc133..222a819 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -6,6 +6,8 @@ #define MAX_RAND_TRIES_PER_WORD 10 #define EMPTY_CHAR 0 +//Jonas + //TODO: Spiellogik implementieren: /* * Wörter aus der Wortliste zufällig horizontal oder vertikal platzieren * restliche Felder mit zufälligen Buchstaben füllen */