| Package | com.godpaper.tic_tac_toe.busniess.managers |
| Class | public class ChessPiecesManager_TicTacToe |
| Inheritance | ChessPiecesManager_TicTacToe ChessPiecesManagerDefault Object |
| Method | Defined By | ||
|---|---|---|---|
| ChessPiecesManager_TicTacToe | |||
[override] | ChessPiecesManager_TicTacToe | ||
![]() | calculatePieceIndex(chessPiece:ChessPiece):int | ChessPiecesManagerDefault | |
![]() | doMoveValidation(conductVO:ConductVO):Boolean | ChessPiecesManagerDefault | |
![]() | indicateCheck(pieces:Vector.<ChessPiece>, marshal:BitBoard):Boolean | ChessPiecesManagerDefault | |
![]() | indicateCheckmate(gamePosition:PositionVO):Boolean | ChessPiecesManagerDefault | |
![]() | indicateGasketsCapture(legalCaptures:BitBoard):void | ChessPiecesManagerDefault | |
![]() | indicateGasketsMove(legalMoves:BitBoard):void | ChessPiecesManagerDefault | |
![]() |
Make Move is a function inside a chess program to update the internal chess position
and its Board representation as well as associated
or dependent state variables and data by a move made on the internal board,
such as zobrist keys to index the transposition table. | ChessPiecesManagerDefault | |
![]() | noneMove():int
Plugin to death,results to human or computer win.
return the game status code. | ChessPiecesManagerDefault | |
![]() | unmakeMove(conductVO:ConductVO):void
Unmake Move is a function inside a chess program to update the internal chess position
and its Board representation as well as associated or dependent state variables
and data by a move unmade on the internal board. | ChessPiecesManagerDefault | |
![]() | willNoneMove(gamePosition:PositionVO):Boolean | ChessPiecesManagerDefault | |
| Method | Defined By | ||
|---|---|---|---|
blueSideHandler():void [override] | ChessPiecesManager_TicTacToe | ||
![]() | greenSideHandler():void | ChessPiecesManagerDefault | |
redSideHandler():void [override] | ChessPiecesManager_TicTacToe | ||
![]() | updateTasksProcess():void | ChessPiecesManagerDefault | |
| ChessPiecesManager_TicTacToe | () | Constructor |
public function ChessPiecesManager_TicTacToe()| applyMove | () | method |
| blueSideHandler | () | method |
override protected function blueSideHandler():void| redSideHandler | () | method |
override protected function redSideHandler():void