# Conway's Game of Life in Conway's Game of Life

DevFeed: [Conway's Game of Life in Conway's Game of Life](<https://devfeed.tech/articles/conway-s-game-of-life-in-conway-s-game-of-life-40246.md>)

Original publisher: [Read original article](<https://www.jeremykun.com/2011/11/03/conways-game-of-life-in-conways-game-of-life/>)

Published: 2011-11-03T17:48:30Z

Content type: opinion

Language: en

Sources: [Jeremy Kun](<https://devfeed.tech/sources/jeremy-kun.md>)

Topics: [implementation](<https://devfeed.tech/topics/implementation.md>)

Tags: [conway](<https://devfeed.tech/tags/conway.md>), [gallery](<https://devfeed.tech/tags/gallery.md>), [game](<https://devfeed.tech/tags/game.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [life](<https://devfeed.tech/tags/life.md>)

## AI overview

The article presents an implementation of Conway's Game of Life running within Conway's Game of Life. It notes that the demonstration does not establish the intended proof and may instead belong in a proof gallery.

## Source excerpt

Recalling our series on Conway's Game of Life, here is an implementation of Life within Life. Unfortunately, it does not "prove" what I hoped it might, so unless a reader has a suggestion on what this demonstration proves, it doesn't belong in the proof gallery. But it sure is impressive.