Constructors
constructor
- new Cell(coordinates?: Coord, player?: PlayerOrTie, subBoardIndex?: number, mainIndex?: number): Cell
-
Parameters
-
Default value coordinates: Coord = [0, 0]
-
Default value player: PlayerOrTie = -1
-
Default value subBoardIndex: number = -1
-
Default value mainIndex: number = -1
Properties
mainIndex
mainIndex: number
subBoardIndex
subBoardIndex: number
Definition of each Cell on a SubBoard