-
Birth
Each dead cell adjacent to exactly three live neighbors will become live in the next generation.
-
Death by isolation
Each live cell with one or fewer live neighbors will die in the next generation.
-
Death by overcrowding
Each live cell with four or more live neighbors will die in the next generation.
-
Survival
Each live cell with either two or three live neighbors will remain alive for the next generation.
-
Notifications
You must be signed in to change notification settings - Fork 0
A zero player game based on rules by Sir John Horton Conway made with Vue3 having variable grid size by zooming in or out
himanshupal/life-of-conway
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A zero player game based on rules by Sir John Horton Conway made with Vue3 having variable grid size by zooming in or out