Browse Source

Int game if Fortsetzung5 I win

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

2
src/main/c/SchereSteinPapier.c

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