Would recommend running this project in turbo warp. S to save the current simulation. L to load a saved simulation. R to spawn a random set of cells. E to edit the cell size (smaller value = more cells) and change mode (dark or light mode) C to clear the canvas. Space to pause the simulation. Click on a cell to toggle it. z to skip rendering the current frame. Conway's game of life it consists of a couple of rules -if a cell is alive and has 2 or 3 cells nearby that are also alive then it lives on otherwise it dies -if a cell is dead and has exactly 3 cells nearby it comes back alive.