Skip to content

Chris113113/Conroy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Simulation of Conroy's Game of Life in Python 3.4

Required packages:
numpy
pygame

Configurable parameters in file:
MAX_SIZE                = Length of side of grid.
RESOLUTION              = Desired screen resolution (one side).
FILL_PERCENTAGE         = (0-100) desired percentage of initial grid living cells.
EXPANDED_NEIGHBORHOOD   = True:	  Expanded neighborhood with up, down, left, right, diagonal.
			  False:  Standard neighborhood with up, down, left, right.

About

Conroy's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages