Browse Source

Int game if Fortsetzung8 I win

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

2
src/main/c/SchereSteinPapier.c

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