Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 739 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 739 Bytes

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.

lucky random

CountNeighbors(x, y) == 3, Cross formation                CountNeighbors(x, y) == 3, randomly placed dots

muster

CountNeighbors(x, y) == 2, Cross formation

fractal

CountNeighbors(x, y) == 1, Cross formation        CountNeighbors(x, y) == 1, Rhombus formation