Plaintext (cellular automata)
From Just Solve the File Format Problem
- For "plaintext" in the more widely-used sense, see Plain text.
"Plaintext" is a format for storing patterns of cellular automata. Despite the name, it is a structured, albeit simple and text-based, format. It was introduced by Edward Martin's implementation of the Game of Life.[1] It is very similar to the more widely-supported Life 1.05, and presumably Plaintext files could be read after (trivial) conversion to that format.
Contents |
Identification
Plaintext files will begin with ASCII !Name:
[1].
Software
Links
See Also
References
- ↑ 1.0 1.1 1.2 https://www.conwaylife.com/wiki/Plaintext
- ↑ Appearance of the offline version, https://web.archive.org/web/20020802090220/http://www.bitstorm.org/gameoflife/
- ↑ Copyright dates of the current version at https://bitstorm.org/gameoflife/code/org/bitstorm/gameoflife/StandaloneGameOfLife.html