Added unittests for Player, changed imports for LocalTicTacToe.java

This commit is contained in:
lieght
2025-09-20 18:17:03 +02:00
parent 2feeb5cc71
commit 8ee378cf82
2 changed files with 34 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ import org.apache.logging.log4j.Logger;
import org.toop.eventbus.Events;
import org.toop.eventbus.GlobalEventBus;
import org.toop.frontend.UI.UIGameBoard;
import org.toop.game.GameBase;
import org.toop.game.tictactoe.MinMaxTicTacToe;
import org.toop.game.tictactoe.GameBase;
import org.toop.game.tictactoe.ai.MinMaxTicTacToe;
import org.toop.game.tictactoe.TicTacToe;
/**