Browse Source

28 Sieger bestimmen

main^2
Simon Hildebrandt 11 months ago
committed by Peter Wiebe
parent
commit
7672024756
  1. 2
      src/main/c/TicTacToe.c

2
src/main/c/TicTacToe.c

@ -116,4 +116,6 @@ int mainx() {
Zuege(Feld, row, col); Zuege(Feld, row, col);
Zaehler++; Zaehler++;
} }
Bild(Feld);
Winner(Feld);
} }
Loading…
Cancel
Save