Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State #9

Open
scerbos opened this issue Sep 11, 2013 · 0 comments
Open

State #9

scerbos opened this issue Sep 11, 2013 · 0 comments
Labels
Milestone

Comments

@scerbos
Copy link
Contributor

scerbos commented Sep 11, 2013

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant