You need to enable JavaScript to run this app.
Conway's Game of Life
Home
Game Info
Generations: 0
<
Speed
>
Start
Stop
Reset
Randomize
Select a Size:
Normal
Large
Extra Large
Preset Patterns
Scrubber
select
Roteightor
select
R2D2
select
Pulsar
select
Rules of the Game:
If a cell is "alive" and has 2-3 neighbors it remains alive. Else it dies
If a cell is "dead" and has exactly 3 neighbors, then it comes to life. Else it dies.