|
|
@ -42,11 +42,11 @@ int main(){ |
|
|
|
Apfel(realU); |
|
|
|
|
|
|
|
if(g!=EOF){ |
|
|
|
while(true){ |
|
|
|
//while(true){ |
|
|
|
|
|
|
|
Umgebung(realU); |
|
|
|
|
|
|
|
}} |
|
|
|
}//} |
|
|
|
/*if (win(realU)) { |
|
|
|
printf("you win\n"); |
|
|
|
printf("Score: %d\n", score); |
|
|
@ -56,7 +56,11 @@ int main(){ |
|
|
|
printf("Score: %d\n", score); |
|
|
|
}*/ |
|
|
|
if (score == 0) { |
|
|
|
printf("\nYOU LOSE\n\n"); |
|
|
|
printf(" ____._.____\n"); |
|
|
|
printf(" [___________]\n\n"); |
|
|
|
printf("YOU LOSE\n\n"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
if (score == 7) { |
|
|
|