greossenanpassung

This commit is contained in:
Thomas Rauh 2025-11-06 09:47:17 +01:00
parent 719f4942ed
commit 4d796b0dcc
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -41,7 +41,7 @@ int main(int argc, char *argv[])
showWordSalad(wordSalad,MAX_SEARCH_FIELD_LEN); showWordSalad(wordSalad,MAX_SEARCH_FIELD_LEN);
if(placedWords == wordCount){ if(placedWords == wordCount){
startGame(wordSalad,SALAD_SIZE,words, wordCount, 1000); startGame(wordSalad,SALAD_SIZE,words, wordCount, 900);
} }
else{ else{
printf("Es konnten nicht alle Woerter plaziert werden: %d\n", (wordCount-placedWords)); printf("Es konnten nicht alle Woerter plaziert werden: %d\n", (wordCount-placedWords));

Binary file not shown.