Some interesting example

Rules

For a cell that is populated:
  1. Each cell with one or no neighbors dies, as if by solitude.
  2. Each cell with four or more neighbors dies, as if by overpopulation.
  3. Each cell with two or three neighbors survives.
For a cell that is unpopulated or empty:
  1. Each cell with exactly three neighbors becomes populated.

*Left click to populate a cell
*Right click to unpopulate a cell