setInitialValues() {
    this.maze.cells.forEach((row) =>
      row.forEach((cell) =>
        cell.h = this.h(cell)
      )