Class TTToeAlgorithms
- java.lang.Object
-
- com.thowv.javafxgridgameboard.premades.tictactoe.TTToeAlgorithms
-
public class TTToeAlgorithms extends Object
-
-
Constructor Summary
Constructors Constructor Description TTToeAlgorithms()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GameBoardTileTypecheckThreeInRow(GameBoard gameBoard)
-
-
-
Method Detail
-
checkThreeInRow
public static GameBoardTileType checkThreeInRow(GameBoard gameBoard)
-
-