Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 345 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 345 Bytes

GameOfLife3D

3 dimensional version of the Game of Life in Python with a Visual Python UI

Grid3D.py contains the Class Grid3D that implements a 3 dimensional grid and enables alternative rule functions.

Grid3DTest.py contains the unit tests for Grid3D.

VPython_GOL.py contains the user interface. It will only run in VPython IDE.