You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: