According to the conditions: "you now have the getNeighbors() method, which has one GameObject (cell) parameter." Accroding to the requirements: The countMineNeighbors() method should use the getNeighbors(GameObject gameObject) method. I don't see the getNeighbors method defined. Are we supposed to write / implement it ?