Test game.c

This commit is contained in:
Nils Kuebler 2025-11-04 12:45:09 +01:00
parent 805406d7d6
commit a0a0376c7d

View File

@ -16,6 +16,9 @@ int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsi
srand(time(NULL)); srand(time(NULL));
ausrichtung = rand()%2; // 0=Horizontal 1=Vertikal ausrichtung = rand()%2; // 0=Horizontal 1=Vertikal
//test
} }
// Prints the word salad to console // Prints the word salad to console