B D F G I M P R S T U

G

games.sy - package games.sy
 
getBestMove(ScotlandYard) - Method in class games.sy.GreedyUCTPlayer
 
getBestMove(ScotlandYard) - Method in class games.sy.ScotlandYardPlayer
Returns the best move according to the player given the game position
getMaxRound() - Method in class games.sy.ScotlandYard
Returns the maximum number of rounds (default: 24)
getNumDoubleMoves() - Method in class games.sy.ScotlandYard
Returns the number of double move tickets left
getNumLocations() - Method in class games.sy.ScotlandYard
Returns the number of locations (default: 199)
getNumMovesPlayed() - Method in class games.sy.ScotlandYard
Returns the number of moves played
getNumPlayers() - Method in class games.sy.ScotlandYard
Returns the number of players (default: 6)
getNumTickets(int, int) - Method in class games.sy.ScotlandYard
Returns the number of tickets a player has left of a type
getPlayedMrXTicket(int) - Method in class games.sy.ScotlandYard
Returns the ticket type played by Mr X in a given round
getPlayerLocation(int) - Method in class games.sy.ScotlandYard
Returns location of the player
getPlayerLocationAtRound(int, int) - Method in class games.sy.ScotlandYard
Returns location of the player in a given round
getRound() - Method in class games.sy.ScotlandYard
Returns the round number
getValidMoves(int) - Method in class games.sy.ScotlandYard
Returns list of valid moves for the player (without double move ticket)
getValidMoves(int, boolean) - Method in class games.sy.ScotlandYard
Returns list of valid moves for the player
GreedyUCTPlayer - Class in games.sy
 
GreedyUCTPlayer(int) - Constructor for class games.sy.GreedyUCTPlayer
Creates a GreedyUCTPlayer with given id and default thinking time (5 seconds)
GreedyUCTPlayer(int, int) - Constructor for class games.sy.GreedyUCTPlayer
Creates a GreedyUCTPlayer with given id and thinking time (in ms)
GreedyUCTPlayer(int, Properties) - Constructor for class games.sy.GreedyUCTPlayer
Creates a GreedyUCTPlayer with given id and properties

B D F G I M P R S T U