Turn on turbo mode… (shift click green flag or see inside) This is a recreation of John Conway’s Game of Life. playgameoflife.com for more info Click on a tile to switch it between alive/dead states. Click next to see the next iteration governed by these rules: If a tile is dead, it turns alive if exactly 3 of its adjacent tiles are alive (including diagonals) If a tile is alive, it dies if 1 or less adjacent tiles (underpopulation) are alive or if 4 or more adjacent tiles (overpopulation)are alive
Experiment with different starting positions Sorry for the limited area, scratch has a 300 clone limit :(