Type Definition gomoku_core::Grid [] [src]

type Grid = [[Tile; 19]; 19];

Represent the Gomoku grid (19x19).