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
I
- id - Variable in class com.neven.ticTacToeGame.entity.Statistic
-
Field with an id which statistic has in database.
- incorrectMove - Variable in class com.neven.ticTacToeGame.model.Game
-
Field which contain
Boolean
value is the move made by user is incorrect. - isItDraw() - Method in class com.neven.ticTacToeGame.model.Game
-
The method check this
Game
has no winner and game field has noGame.emptyCell
left. - isMovesLeft(char[][]) - Method in class com.neven.ticTacToeGame.model.MiniMaxAlgorithm
-
The method takes game board ang check if any of
MiniMaxAlgorithm.emptyCell
left on game field. - isPlayerWin(String) - Method in class com.neven.ticTacToeGame.model.Game
-
The method check is the user with name incoming as the parameter of the method has complete the line(in classic Tic Tac Toe game has 8 different lines, each of that lines consist from 3 game field cells).
All Classes All Packages