Browse Source

Int game if Fortsetzung4 I win

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

1
src/main/c/SchereSteinPapier.c

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