Skip to content

Tanner-Ray-Martin/Conways-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conways-Game-of-Life

Pygame and Numba implementation of Conways Game Of Life

  • if cell is alive and has less than two neighbors or more than three neighbors, the cell dies.
  • if cell is dead and it has exactly three neighbors, the cell is born.

About

Pygame and Numba implementation of Conways Game Of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages