Life
Overcrowding Help


In the game of "Life", the objects can become "overcrowded" if it has too many neigbors (adjacent cells which contain objects).

For example, if you choose a "overcrowding" value of 6, an object will "die" if it has 6 or more neigbors.


[*] [*] [ ]
[ ] [*] [*]
[*] [*] [*]
becomes
[*] [*] [ ]
[ ] [-] [*]
[*] [*] [*]