fix: conflicts

This commit is contained in:
ramollia
2025-09-17 11:00:58 +02:00
12 changed files with 361 additions and 236 deletions

View File

@@ -12,11 +12,10 @@
// // Fill the board
// for (int i = 0; i < board.length(); i++) {
// char c = board.charAt(i);
// game.play(i);
// game.setGridAt(i, c);
// if (c != ' ') game.decrementMovesLeft();
// game.grid[i] = c;
// if (c != ' ') game.movesLeft--;
// }
// game.setCurrentPlayer(currentPlayer);
// game.currentPlayer = currentPlayer;
// return game;
// }
//