Browse Source

Int game if Fortsetzung7 C wins

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

2
src/main/c/SchereSteinPapier.c

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