This commit is contained in:
Aubin DORIVAL
2025-03-31 12:01:51 +02:00
parent 0867ea36c1
commit 7efba643b5
29 changed files with 1966 additions and 133 deletions

View File

@@ -47,8 +47,8 @@ abstract class Player{
/**
* Return the coordinate of the move played by the player.
* @param Board The actual Gomoku board.
* @param board The actual Gomoku board.
* @return The cell of the move played.
*/
public abstract GomokuCell chooseMove(GomokuBoard board);
}
}