Web Paint-by-Number Forum
Comments on Puzzle #22593: Conway
By Joseph Newton (Shroomyjoe)

peek at solution       solve puzzle
  quality:   difficulty:   solvability: line logic only  

Puzzle Description:

Conway's Game of Life is a program that controls many cells in a grid. You can download the app called "Golly" or find an online version on the internet. Then fill in the cells that are shown here in white and see what happens when you run it!

#1: Joseph Newton (Shroomyjoe) on Aug 14, 2013

Some more information about Conway's "Game" of Life:
It is a cellular automaton (a program that controls many cells) in which after each iteration/generation/tick/whatever you call it:
1) live cells with 4 or more of the eight cells around them living will die.
2) live cells with 1 or less of the eight cells around them living will die.
3) live cells with 2 or 3 of the eight cells around them living will stay alive.
4) dead cells with 3 living cells around them will come to life.
#2: teresa dickens (trdickens2) on Aug 16, 2013 [SPOILER]
http://www.emergentuniverse.org/#/life That was fun.
#3: Joe (infrapinklizzard) on Aug 18, 2013 [SPOILER]
I programmed one of these once, so that I could make logic circuits with it. It's lost on a hard drive many generations back now. :'(
#4: Ga Hendrick (GaHendrick) on Nov 27, 2017
I'm intrigued .. good puzzle for a Monday morning.
Thanks.
#5: David Bouldin (dbouldin) on Oct 11, 2019 [SPOILER]
Gosper Glider Gun! For anybody who wants to see what this does (but the mirror image) without plotting it out...
https://upload.wikimedia.org/wikipedia/commons/e/e5/Gospers_glider_gun.gif
#6: Susanna White (maggi) on Dec 9, 2020
Does it ever end??
#7: Paula (fuzziebear3) on Dec 9, 2020
Fun. It seems stable. You can introduce another element to disrupt it -- I think of that as a germ.

Goto next topic

You must register and log in to be able to participate in this discussion.