From 61752061a608e91e19648fe4adae1ebf0b426d9d Mon Sep 17 00:00:00 2001 From: stammjo100588 Date: Mon, 13 Oct 2025 15:24:51 +0200 Subject: [PATCH] Leerzeichen weg --- Start_Windows/game.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Start_Windows/game.c b/Start_Windows/game.c index 7cbb652..d8cc133 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -6,8 +6,6 @@ #define MAX_RAND_TRIES_PER_WORD 10 #define EMPTY_CHAR 0 - - //TODO: Spiellogik implementieren: /* * Wörter aus der Wortliste zufällig horizontal oder vertikal platzieren * restliche Felder mit zufälligen Buchstaben füllen */