Skip to content

garybot/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game_of_life

My first implementation of Conway's Game of Life.

UPER

Understand

The rules of Conway's Game of Life are fairly simple:

If the cell is alive and has 2 or 3 neighbors, then it remains alive. Else it dies.

If the cell is dead and has exactly 3 neighbors, then it comes to life. Else if remains dead.

About

My first implementation of Conway's Game of Life.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors