/GameOfLife3D

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

Primary LanguagePython

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.