Conway's Game of Life implemented in Python using OpenGL.
- Clone the repo.
- Install Python 3.7 or edit
[requires]
section accordingly in./Pipfile
to try with another Python version. - Install
pipenv
. - Run
pipenv install --deploy
.
Adjust settings in the ./life/__init__.py
.
pipenv run python -m life