Conway's game of life banner

Conway's game of life

0 devlogs
0s

This is a cell simulation with each cell using various colors and sizes. I have upscaled this by quite a lot if you want to down scale change resolution (line 27) 1-6. 6 being the largest cells and 1 being the smallest
RULES:
if a cell has 1 or …

This is a cell simulation with each cell using various colors and sizes. I have upscaled this by quite a lot if you want to down scale change resolution (line 27) 1-6. 6 being the largest cells and 1 being the smallest
RULES:
if a cell has 1 or less neighbors it dies
if a cell has more than 3 neighbors it dies
if a cell has 2 or 3 neighbors it survives
if a (dead) cell has 3 neighbors it become a new cell