Life is a mathematical simulation game described by John Conway in Scientific American in Oct. 1970.
Keywords: Life, cellular automata, Newt, NewtonScript, mathematical simulation, Conway
Several rules are used to create a next generation from a cell's 8 neighbors:
0|0|0 0|?|0 0|0|0
Tap i:Help to view this document as an embedded help book
Gestures:
...to try (some in pattern picker):
OOO
0 O OOO
OO OO
OO O O OO
OOOOO
OOOOOOO
OOOOOOOOO
If you have Newt's Cape installed, and you have added a helper app for .lif files (via the helplifi.htm installer application, you can download (small) patterns directly into the Life application.
The article "Life with NewtonScript" by David Betz in Byte, March 1994, pp. 191-194 provides some introduction/background -- and a challenge to develop more efficient versions.
Life created with NewtDevEnv; it's 1.x/2.x compatible. Help book created from this HTML document by Newt's Cape.
Version 1.5 (26 Mar 1998)
The "game of Life" is freeware, and may be distributed freely as long as all of the files are included and unmodified. You are free to make modifications to the source for your own use.
© Copyright 1994-2017, S. Weyer. All Rights Reserved Worldwide.
If you would like to construct and modify Life directly on your Newton, obtain the latest shareware versions of
See implementation information in life.txt