Interface CustomBotStrategy


public interface CustomBotStrategy
Custom, extended bot strategy
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    bestMove(List<Integer> availableMoves)
    Returns the best move for the current game state.
  • Method Details

    • bestMove

      int bestMove(List<Integer> availableMoves)
      Returns the best move for the current game state.
      Parameters:
      availableMoves - the list of available positions that can be moved to
      Returns:
      the index of the best move to make