A C D E F G I M N P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- findBestMove() - Method in class com.neven.ticTacToeGame.model.MiniMaxAlgorithm
-
This method takes game board from the
MiniMaxAlgorithm.game
by using methodMiniMaxAlgorithm.getBordFromGame()
and for each empty cell on game field will calledMiniMaxAlgorithm.miniMax(char[][] gameField, int depth, Boolean isMax)
method to figure out cost of this move if algorithm choose this cell for the best move. - findByName(String) - Method in interface com.neven.ticTacToeGame.repository.StatisticRepository
-
This method allow to find statistic in database by statistic name.
All Classes All Packages