Module Conway's Life
Conway's Life - a cellular automat.
Reference:
- Eigen, M., Winkler, R. (1985): 'Das Spiel - Naturgesetze steuern den Zufall', Muenchen, 404p.
- Author: (c) 2003 by O.Conrad
- Specification: grid
- Menu: Simulation|Cellular Automata
Parameters
| Name | Type | Identifier | Description | Constraints |
Output | Grid (*) | Data Object (optional output) | GRID | - | - |
Options | Width (Cells) | Integer | NX | - | Minimum: 1 Default: 100 |
Height (Cells) | Integer | NY | - | Minimum: 1 Default: 100 |
Fade Color Count | Integer | FADECOLOR | - | Minimum: 1 Maximum: 255 Default: 63 |
(*) optional |
Command-line
tool needs graphical user interface [Conway's Life]