Square.fromList constructor

Square.fromList(
  1. List<List<int>> grid
)

Construct cross from an existing 6x6 matrix.

Implementation

Square.fromList(this.grid);