-
Notifications
You must be signed in to change notification settings - Fork 0
Chris113113/Conroy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published