Class Human


public class Human extends Player
  • Constructor Details

    • Human

      public Human()
  • Method Details

    • chooseMove

      public GomokuCell chooseMove(GomokuBoard board)
      Return the coordinate of the move played by the player.
      Specified by:
      chooseMove in class Player
      Parameters:
      board - The actual Gomoku board.
      Returns:
      The cell of the move played.