Type Definition gomoku_core::Tile [] [src]

type Tile = Option<Color>;

Unit value of the Grid, indicate state of each Grid tile