This commit is contained in:
Alexei Keller 2025-11-06 16:33:49 +01:00
parent 51b54badda
commit e19dddf91d
5 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,3 @@
/**/
#include "game.h" #include "game.h"
#include <time.h> #include <time.h>
#include <stdlib.h> #include <stdlib.h>
@ -14,7 +13,7 @@
* restliche Felder mit zufälligen Buchstaben füllen */ * restliche Felder mit zufälligen Buchstaben füllen */
// Creates the word salad by placing words randomly and filling empty spaces // 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) int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsigned int searchFieldLen, const char words[][MAX_WORD_LEN], unsigned int wordCount)
{ {
srand(time(NULL)); srand(time(NULL));
@ -131,4 +130,4 @@ void showWordSalad(const char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN],
} }
printf("\n"); printf("\n");
} }
} *\ }

Binary file not shown.

View File

@ -1,4 +1,3 @@
/*
#include "input.h" #include "input.h"
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>

Binary file not shown.

Binary file not shown.