pub type GridPos2 = (usize, usize);
Position on a 2D grid: (x, y) with 0 ? x < width, 0 ? y < height.
(x, y)
0 ? x < width
0 ? y < height