Skip to content

michaelnutt2/GameOfLifePython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLifePython

Conway's Game of Life implemented in Python

Rules

  1. Any live cell with fewer than two live neighbors dies
  2. Any live cell with two or three live neighbors survives
  3. Any live cell with more than three neighbors dies
  4. Any dead cell with exactly three live neighbors becomes a live cell

About

Conway's Game of Life implemented in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages