Class Human
java.lang.Object
Player
Human
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchooseMove(GomokuBoard board) Return the coordinate of the move played by the player.
-
Constructor Details
-
Human
public Human()
-
-
Method Details
-
chooseMove
Return the coordinate of the move played by the player.- Specified by:
chooseMovein classPlayer- Parameters:
board- The actual Gomoku board.- Returns:
- The cell of the move played.
-