Skip to content

swift88-clone/Conways-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Conways-Game-of-Life

Rules

1.If a dead cell has exactly three live neighbours, it comes to life 2.If a live cell has less than two live neighbours, it dies 3.If a live cell has more than three live neighbours, it dies 4.If a live cell has two or three live neighbours, it continues living

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages