Grid constructor

Grid(
  1. List<List<GridCell>> tiles
)

Creates a new Grid with the given tiles.

Implementation

Grid(this.tiles);