diff --git a/Start_Linux/game.c b/Start_Linux/game.c index 795ae6e..7d07ba8 100644 --- a/Start_Linux/game.c +++ b/Start_Linux/game.c @@ -31,7 +31,7 @@ int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsi int placed = 0; if(wordLen > searchFieldLen){ - printf("Word %s is too long!\n", words[w]); + //printf("Word %s is too long!\n", words[w]); break; } //Try multiple times to find a valid position diff --git a/Start_Linux/main.c b/Start_Linux/main.c index 4a3973f..e3edbc7 100644 --- a/Start_Linux/main.c +++ b/Start_Linux/main.c @@ -5,7 +5,7 @@ #include "graphicalGame.h" #define MAX_NUMBER_OF_WORDS 100 -#define SALAD_SIZE 10 +#define SALAD_SIZE 20 int main(int argc, char *argv[])