docs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user