|
@ -80,6 +80,8 @@ return 0; |
|
|
|
|
|
|
|
|
int Modus2() { |
|
|
int Modus2() { |
|
|
char Mensch1[50], Mensch2[50]; |
|
|
char Mensch1[50], Mensch2[50]; |
|
|
|
|
|
int Lösung; |
|
|
|
|
|
int Stand1 = 0, Stand2 = 0; |
|
|
printf("\t\t\t\tName Mensch 1: "); |
|
|
printf("\t\t\t\tName Mensch 1: "); |
|
|
scanf("%s", Mensch1); |
|
|
scanf("%s", Mensch1); |
|
|
printf("\n\t\t\t\tName Mensch 2: "); |
|
|
printf("\n\t\t\t\tName Mensch 2: "); |
|
@ -98,4 +100,5 @@ int Modus2() { |
|
|
printf("\n\t\t\t\t%s, waehlen Sie 1 fuer Schere, 2 fuer Stein oder 3 fuer Papier: ", Mensch2); |
|
|
printf("\n\t\t\t\t%s, waehlen Sie 1 fuer Schere, 2 fuer Stein oder 3 fuer Papier: ", Mensch2); |
|
|
scanf(" %c", &wahl2); |
|
|
scanf(" %c", &wahl2); |
|
|
} |
|
|
} |
|
|
|
|
|
Lösung = game(wahl1, wahl2); |
|
|
} |
|
|
} |