Welcome to Conway's game of life.

The rules are simple:

a live cell with less than 2 or more than 3 neighbors dies.
a dead cell with exactly 3 neighbors becomes alive.

Enter the grid width (pixels), number of grids on the x dimension, and number on the y dimension:


(Type in number into box, and click on the corresponding button)