Conway's Game of Life (THEMANWHODIDIT)
About
WASD = Move Camera
E/Q = Zoom In / Out
Mouse = Place / Remove Cells
Space = Run Simulation
The rules of Conway's Game of Life
1. Each cell has 8 Neighbours: the 8 cells adjacently around it. These cells can be alive (white) or dead (black).
2. If a cell has less than two alive Neighbours, it dies in the next cycle.
3. If a cell has more than three alive Neighbours, it dies in the next cycle.
4. Otherwise, it lives to the next cycle.
5. If a dead cell has three alive Neighbours, it also becomes alive in the next cycle.
This process then repeats again and again for every cycle while the game continues to run.
this is the video that inspired me to make this! also thanks to my brain, which I think gained 2 more cells, which is pretty cool!
System requirements for Web
Last Modified: Mar 18, 2022
Where to buy
itch.io