|
@ -65,9 +65,15 @@ int Modus1() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
printf("\t\t\t\tMoechten Sie weiter spielen oder beenden? (Weiter/Ende)\n\t\t\t\t"); |
|
|
|
|
|
scanf("%s", ende); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
printf("\t\t\t\tDu hast ausgesucht : %c und Computer hat ausgesucht : %c\n\n", you, computer); |
|
|
|
|
|
printf("\t\t\t\tPunktestand: %s - %d, Computer - %d\n\n", Mensch, Stand1, Stand2); |
|
|
|
|
|
printf("\t\t\t\tMoechten Sie weiter spielen oder beenden? (Weiter/Ende)\n\t\t\t\t"); |
|
|
|
|
|
scanf("%s", ende); |
|
|
|
|
|
#ifdef _WIN32 |
|
|
|
|
|
system("cls"); |
|
|
|
|
|
#else |
|
|
|
|
|
system("clear"); |
|
|
|
|
|
#endif |
|
|
|
|
|
} |
|
|
|
|
|
return 0; |
|
|
} |
|
|
} |