Remove TODO comments for game logic implementation in game.c

This commit is contained in:
D2A62006 2025-11-06 13:47:48 +01:00
parent 4d09d52506
commit c410d9287e

View File

@ -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)
{