Fields:
board :: the current configuration of the board
currentPlayer :: the Agent player who is making a move
numberOfPlayers :: the number of Agent players in this game
playerList[ ] :: a list of the Agent Players
Methods:
getPlayerList( ) :: returns the list of Agent names and/or numbers and their associated Heuristics, for this session
getCurrentPlayer( ) :: returns the number of the Agent player currently making a move
(other methods are also available, via the interface of the Board class)
Fields:
board :: the current configuration of the board
currentPlayer :: the Agent player who is making a move
numberOfPlayers :: the number of Agent players in this game
playerList[ ] :: a list of the Agent Players
Methods:
getPlayerList( ) :: returns the list of Agent names and/or numbers and their associated Heuristics, for this session
getCurrentPlayer( ) :: returns the number of the Agent player currently making a move
(other methods are also available, via the interface of the Board class)