Browse Source

Update main

remotes/origin/fdai7775-main-patch-54732
fdai7775 11 months ago
parent
commit
e99a489aa3
  1. 5
      src/main/c/GameTic_Tac_Toe/game.c

5
src/main/c/GameTic_Tac_Toe/game.c

@ -64,3 +64,8 @@ void makeMove() {
makeMove(); // Rekursiver Aufruf, bis ein gültiger Zug gemacht wird
}
}
int main() {
while (1) {
displayBoard();
makeMove();
Loading…
Cancel
Save