Skip to content

Conway's game of life, but I made some mistake and it looks really cool.

Notifications You must be signed in to change notification settings

NotLe0n/LeonsGameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Conway's game of life, but I made some mistake and it looks really cool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages