Skip to content

davidgasinski/ConwaysGameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ConwaysGameOfLife

Simple python program to simulate Conway's game of life with custom variables.

Custom Variables

  • Grid-size : Change the size of the playing grid.
  • Interval : Chnage the interval at which the cells update at (ms).
  • Glider and Gosper : Set shapes in Conway's game of life. Setting to true will spawn the shapes. If both are false, a random grid will be generated.

About

Simple python program to simulate Conway's game of life with custom variables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages