|
@ -42,11 +42,11 @@ int main(){ |
|
|
Apfel(realU); |
|
|
Apfel(realU); |
|
|
|
|
|
|
|
|
if(g!=EOF){ |
|
|
if(g!=EOF){ |
|
|
//while(true){ |
|
|
|
|
|
|
|
|
while(true){ |
|
|
|
|
|
|
|
|
Umgebung(realU); |
|
|
Umgebung(realU); |
|
|
|
|
|
|
|
|
}//} |
|
|
|
|
|
|
|
|
}} |
|
|
/*if (win(realU)) { |
|
|
/*if (win(realU)) { |
|
|
printf("you win\n"); |
|
|
printf("you win\n"); |
|
|
printf("Score: %d\n", score); |
|
|
printf("Score: %d\n", score); |
|
@ -66,7 +66,9 @@ int main(){ |
|
|
if (score == 7) { |
|
|
if (score == 7) { |
|
|
printf("SIIIIIUUUUUU\n\n"); |
|
|
printf("SIIIIIUUUUUU\n\n"); |
|
|
} |
|
|
} |
|
|
if (score == (N/2)) { |
|
|
|
|
|
|
|
|
if (score == ((N/2)+2)) { |
|
|
|
|
|
printf(" ____°o°____\n"); |
|
|
|
|
|
printf(" [___________]\n\n"); |
|
|
printf("Nice\n\n"); |
|
|
printf("Nice\n\n"); |
|
|
printf("mach so weiter...\n\n"); |
|
|
printf("mach so weiter...\n\n"); |
|
|
} |
|
|
} |
|
|