Class Border

    • Constructor Detail

      • Border

        public Border()
    • Method Detail

      • getPattern

        public 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
        Specified by:
        getPattern in interface ConwayPattern
        Returns:
        array representing a conway grid