|
Cellular Life Simulator
| Version Compatibility: |
Visual Basic 6
|
More information: This program demonstrates a kind of cellular activity. The cells live and die according to a set of rules:
- If there are less than 2 cells around a cell it'll die.
- If there are more than 3 cells around it, it'll die also.
- If there are exactly 3 cells around a blank, a new cell is born.
- After 10 cycles a cell dies.
Have a go at creating patterns and watching them grow! It is possible to create sustaining life cycles that repeat.
This code has been viewed 44179 times. Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents. code/Life.zip
|