ScratchData LogoScratchData
Back to c81304c's profile

Conway's Game of Life

C8c81304c•Created December 3, 2018
Conway's Game of Life
2
2
14 views
View on Scratch

Instructions

This is a recreation of John Conway's game, Conway's Game of Life (or known more simply as Life). The rules are simple: 1: Any live cell with fewer than two live neighbors dies. 2: Any live cell with two or three live neighbors lives. 3: Any live cell with more than three live neighbors dies. 4: Any dead cell with exactly three live neighbors becomes a live cell.

Description

Click on a cell to toggle it between 'dead' and 'alive'

Project Details

Project ID267484437
CreatedDecember 3, 2018
Last ModifiedDecember 4, 2018
SharedDecember 3, 2018
Visibilityvisible
CommentsAllowed