Test game.c
This commit is contained in:
parent
805406d7d6
commit
a0a0376c7d
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user