
Conway's Game of Life Scratch Edition
This game is not designed to run on your device. Add it to a collection to play later, or you can try to run it anyway.
Conway's Game of Life is a zero-player game. Click to change the state of a cell, and watch as they evolve over the generations!
RULES:
Every generation:
-if a grey cell has 4 or more neighbours, it dies (overpopulation)
-if a grey cell has less than 2 neighbours, it dies (solitude)
-if a cell has exactly 3 neighbours, it becomes or stays a grey cell
Dead cells are white, while live cells are grey. Press start to start the simulation, reset to reset it to the initial position, and pause to pause/unpause
| Status | Released |
| Platforms | HTML5 |
| Author | Fioryn |
| Genre | Simulation, Educational |
| Tags | Singleplayer |


Leave a comment
Log in with itch.io to leave a comment.