LeonsGameOfLife Conway's game of life, but I made some mistake and it looks really cool. You can change some values to get different effects. CountNeighbors(x, y) == 3, Cross formation CountNeighbors(x, y) == 3, randomly placed dots CountNeighbors(x, y) == 2, Cross formation CountNeighbors(x, y) == 1, Cross formation CountNeighbors(x, y) == 1, Rhombus formation