mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
Moved MinMaxTicTacToe.java to its own ai package. Added unittests for math classes.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package org.toop.game.tictactoe;
|
||||
package org.toop.game.tictactoe.ai;
|
||||
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.toop.game.*;
|
||||
import org.toop.game.tictactoe.TicTacToe;
|
||||
|
||||
public class MinMaxTicTacToe {
|
||||
|
||||
Reference in New Issue
Block a user