A Python OpenGL implementation of Conway's Game of Life
Run
pip install -r requirements.txt
to install the required libraries (make sure your pip
version is >= 19.3.1, otherwise it could fail on installing the local .whl
files)
To start the simulation, run
py main.py
You can configure different settings in main.py
under the # Configurable settings
section