In Conway's Game of Life, there are live (marked black) and dead (marked white) cells on an infinite board.
The cells transform themselves to the next moment by interacting with its eight neighbors, according to the following rules:
Can there be a block of cells, not all dead, which does not change over time?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
A 2x2 square of live cells will only ever always have three live neighbors, and thus won't change.