Glife.zip – Works 100%

: A 25x25 (or larger) matrix using 'x' or 1 for alive cells and ' ' (space) or 0 for dead cells [13]. Coordinate List : A text file listing only the coordinates of initial alive cells. Sample Pattern (Glider)

Typical input for such a file consists of a grid representation of "alive" and "dead" cells. Common Input Formats glife.zip

: You can use ZipOutputStream to wrap text files into an archive. : A 25x25 (or larger) matrix using 'x'

The request for "glife.zip" text likely refers to the for a program running Conway's Game of Life , where "glife" is a common shorthand. Common Input Formats : You can use ZipOutputStream

void zip() { try { FileOutputStream fos = new FileOutputStream("yourZipFile.zip"); ZipOutputStream zos = new ZipOutputStream(fos); Stack Overflow Sending zip file containing plain txt file via email