Alexei #1

Open
grafma98967 wants to merge 37 commits from Alexei into main
5 changed files with 2 additions and 4 deletions
Showing only changes of commit e19dddf91d - Show all commits

View File

@ -1,4 +1,3 @@
/**/
#include "game.h"
#include <time.h>
#include <stdlib.h>
@ -14,7 +13,7 @@
* 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)
{
srand(time(NULL));
@ -131,4 +130,4 @@ void showWordSalad(const char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN],
}
printf("\n");
}
} *\
}

Binary file not shown.

View File

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

Binary file not shown.

Binary file not shown.