From 7b66c0093580b1ad9b9ab554a3a25dc06ec873a0 Mon Sep 17 00:00:00 2001 From: Marike Berger Date: Mon, 27 Oct 2025 07:00:26 +0100 Subject: [PATCH] Kommentierung game.c angepasst --- Start_Windows/game.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Start_Windows/game.c b/Start_Windows/game.c index cfbbdf9..e3aad00 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -6,10 +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 */ - // 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) {