Browse Source

Int game if Fortsetzung3 C wins

remotes/origin/Celine
Celine Khazarian 11 months ago
parent
commit
6a97d85794
  1. 2
      src/main/c/SchereSteinPapier.c

2
src/main/c/SchereSteinPapier.c

@ -11,4 +11,6 @@ int game(char you, char computer)
return -1;
if (you == '3' && computer == '3')
return -1;
if (you == '2' && computer == '3')
return 0;
}
Loading…
Cancel
Save