lauffähiges programm, besteht alle unit tests

This commit is contained in:
od49ukup 2025-11-02 20:49:43 +01:00
parent db3fffe3f5
commit 76ecf700bb
7 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -42,7 +42,7 @@ int main(int argc, char *argv[])
// error message if some words couldn't be placed
int windowWidth = 880;
if(placedWords == 1){
if(placedWords == wordCount){
startGame(wordSalad, SALAD_SIZE, words, wordCount, windowWidth);
}else{
printf("Fehler: Nicht alle Wörter konnten platziert werden.\n");

Binary file not shown.

Binary file not shown.

Binary file not shown.