ScratchData LogoScratchData
Back to puttering's profile

Conway's Game of Life

PUputtering•Created January 28, 2014
Conway's Game of Life
167
152
5403 views
View on Scratch

Instructions

Conway's Game of Life: - Click 'run' to start the simulation; click 'pause' to pause it. When the game is paused, you can: - Click 'step' to step forward one generation. - Click 'clear' to clear all the cells. - Click 'randomize' to set each cell randomly. - Click on a cell to change it from blank to full or vice versa. - Click 'wrap' to make the edges wrap around to each other; click 'unwrap' to go back to the unwrapped state.

Description

The Game of Life was invented by John Horton Conway and introduced in Martin Gardner's Mathematical Games column in the October, 1970 issue of Scientific American magazine. It is an example of a 'cellular automaton'. Each cell has two rules that depend on whether its eight neighbors are empty or full: An empty cell will become full if it has exactly three neighbors; a full cell will remain full if it has two or three neighbors. These simple rules can lead to complex behavior.

Project Details

Project ID17166649
CreatedJanuary 28, 2014
Last ModifiedJanuary 31, 2014
SharedJanuary 29, 2014
Visibilityvisible
CommentsAllowed