Class TTToeTurnEntityAI
- java.lang.Object
-
- com.thowv.javafxgridgameboard.AbstractTurnEntity
-
- com.thowv.javafxgridgameboard.premades.AbstractTurnEntityRandomAI
-
- com.thowv.javafxgridgameboard.premades.tictactoe.TTToeTurnEntityAI
-
public class TTToeTurnEntityAI extends AbstractTurnEntityRandomAI
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.thowv.javafxgridgameboard.AbstractTurnEntity
AbstractTurnEntity.EntityType
-
-
Constructor Summary
Constructors Constructor Description TTToeTurnEntityAI(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtakeTurn(AbstractGameInstance gameInstance)-
Methods inherited from class com.thowv.javafxgridgameboard.premades.AbstractTurnEntityRandomAI
getTurnSpeed, takeRandomTurn
-
Methods inherited from class com.thowv.javafxgridgameboard.AbstractTurnEntity
getColor, getEntityType, getGameBoardTileType, getName, getPoints, onTilePressed, setColor, setGameBoardTileType, setName, setPoints
-
-
-
-
Constructor Detail
-
TTToeTurnEntityAI
public TTToeTurnEntityAI(String name)
-
-
Method Detail
-
takeTurn
public void takeTurn(AbstractGameInstance gameInstance)
- Specified by:
takeTurnin classAbstractTurnEntityRandomAI
-
-