File formats
A variety of File Formats are used to store patterns.
This page is under construction.
| name | description | etc |
|---|---|---|
| Macrocell (MC) | Commonly used for storing larger patterns than those stored in RLE format. | |
| MCell | Introduced with MCLife 1.20 and continued in Mirek's Cellebration (MCell). It is an ASCII format combining both Life 1.05 and RLE and introducing extensions necessary to store all MCell features. | |
| Life 1.05 | An ASCII format for storing patterns by simply using dots (.) to represent dead cells and asterisks (*) to represent alive cells. This file format was designed to be easily ported; you can look at a pattern saved in this format in a text editor and figure out what it is. Life 1.05 files are saved with a .lif or .life file extension. | |
| Life 1.06 | An ASCII format that is just a list of coordinates of alive cells. Life 1.06 was designed to be easy and quick for a Life program to read and write, with the drawback being that the file size is very large for large patterns. Life 1.06 files are saved with a .lif or .life file extension. |
External links
Macrocell format at Golly's online help
- File formats at the Life Lexicon
Cellular automata file formats at Mirek Wójtowicz's Cellebration page