AI and player play correctly
This commit is contained in:
@@ -38,5 +38,5 @@ abstract class Player{
|
||||
* @param Board The actual Gomoku board.
|
||||
* @return The coordinate of the move played.
|
||||
*/
|
||||
public abstract Coordinate chooseMove(GomokuBoard board);
|
||||
public abstract GomokuCell chooseMove(GomokuBoard board);
|
||||
}
|
||||
Reference in New Issue
Block a user