Skip to content

Yoyoda75/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspiration

The game's logic was mainly inspired by this gist : https://gist.github.com/bsolomon1124/8e328b792ad1f36789fc8a56b05dcb95 Thanks to its author.

Rules

  • Any live cell with fewer than 2 neighbors dies (Underpopulation)
  • Any live cell with 2 or 3 neighbors stays alive (Survival)
  • Any live cell with more than 3 neighbors dies (Overpopulation)
  • Any live cell with exactly three neighbors becomes alive (Reproduction)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages