You can create or destroy a cell by clicking on it, and you can play Cupid or Mars scribbling with the mouse pointer. Try creating the following initial patterns:
1 1 1 1 1 1 1This pattern evolves into 4 "beehive" still life forms.
1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1This one evolves into a periodic pattern known as the "pulsar".
1 1 1 0 0 1 0 1 0is an example of a stable moving life form.
Check out the Life Lexicon: This dictionay of terms relating to Conway's Game of Life includes dozens of patterns which generate persistent life forms.
Click for java source file: GameOfLife.java.
This applet uses the comphys
package.