Grid constructor

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

Creates a new Grid with the given tiles.

Implementation

Grid(this.tiles);