From c410d9287e2412e01e250f983d575de0b22956a7 Mon Sep 17 00:00:00 2001 From: D2A62006 Date: Thu, 6 Nov 2025 13:47:48 +0100 Subject: [PATCH] Remove TODO comments for game logic implementation in game.c --- Start_Linux/game.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Start_Linux/game.c b/Start_Linux/game.c index 7d07ba8..f3d32aa 100644 --- a/Start_Linux/game.c +++ b/Start_Linux/game.c @@ -8,10 +8,6 @@ #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 */ - // Creates the word salad by placing words randomly and filling empty spaces int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsigned int searchFieldLen, const char words[][MAX_WORD_LEN], unsigned int wordCount) {