Interface ConwayPattern

    • Method Detail

      • getPattern

        boolean[][] getPattern()
        This method should return a 2 dimensional array of boolean that represent a conway grid, with true values in the positions where cells are alive
        Returns:
        array representing a conway grid
      • getPatternName

        String getPatternName()
        Returns:
        the name of this pattern