This is Conway's Game of Life, a cellular automaton designed by John Conway. In this simulation, you can place cells in a grid, and start the simulation to see how the cells develop by the rules of the Game of Life. Said rules are the following: • Live cells with less than two neighbor cells die • Live cells with two or three neighbor cells survive. • Live cells with more than three neighbor cells die • Dead cells with three neighbor cells becomes alive. So go ahead! Place cells in the grid, press the button to start or pause the simulation (you can place cells only if the simulation is paused), use the slider to control the speed of the simulation, use WASD to move the camera, and experiment how the cells develop in the Game of Life! #scratch #conway #gameoflife #conwaygameoflife #simulation #simulationgame #simulationgameoflife