Package | Description |
---|---|
de.smarten.tsuro.client.player.ai.strategy.util |
Modifier and Type | Method and Description |
---|---|
static HeatMap |
HeatMap.calculateHeatMap(de.smarten.tsuro.shared.gamemodel.GameModel gameModel,
Collection<de.smarten.tsuro.shared.gamemodel.Tile> handTiles,
de.smarten.tsuro.shared.gamemodel.Token startTokenPos)
calculates a heat map that shows where the other players might head in the next turn.
|
static HeatMap |
HeatMap.calculateHeatMap(de.smarten.tsuro.shared.gamemodel.GameModel gameModel,
int playerId)
calculates a heat map that shows where the other players might head in the next turn.
|
HeatMap |
PlayerState.getHeatMap()
Deprecated.
heatMap calculation broken
|
Modifier and Type | Method and Description |
---|---|
static int |
HeatMap.getCombinedHeat(HeatMap hMap) |
static int |
HeatMap.getTemperature(HeatMap hMap,
int xPos,
int yPos) |
static boolean |
HeatMap.hasPossibleTurns(HeatMap hMap) |
Constructor and Description |
---|
PlayerState(de.smarten.tsuro.shared.gamemodel.Position tokenPosition,
de.smarten.tsuro.shared.gamemodel.Gate tokenGate,
Collection<de.smarten.tsuro.shared.gamemodel.Tile> handTiles,
HeatMap playerHeatMap,
de.smarten.tsuro.shared.gamemodel.KickState kickState) |
Copyright © 2017 smarTen. All rights reserved.