Module 10: Dynamic Simulation - Life
Conway's game of life. A cellular automate.
(c) 2003 by Olaf Conrad, Goettingen
email: oconrad@gwdg.de
- Author: Copyrights (c) 2003 by Olaf Conrad
 
- Specification: grid
 
- Menu: Garden|Introducing Module Programming
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Output | Life | Grid (output) | RESULT | - | - | 
| Options | Refresh | Boolean | REFRESH | - | Default: 1 | 
 | Fade Color Count | Integer | COLORS | - | Minimum: 3 Maximum: 255 Default: 64 | 
Command-line
tool needs graphical user interface [10: Dynamic Simulation - Life]