docs
This commit is contained in:
@@ -10,7 +10,7 @@ public class Human extends Player{
|
||||
//------------------Methods--------------------------
|
||||
/**
|
||||
* 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 GomokuCell chooseMove(GomokuBoard board){
|
||||
@@ -62,4 +62,4 @@ public class Human extends Player{
|
||||
|
||||
return board.get(x,y);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user