/game-of-life

A Python OpenGL implementation of Conway's Game of Life

Primary LanguagePythonMIT LicenseMIT

game-of-life

A Python OpenGL implementation of Conway's Game of Life

Installation

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)

Starting

To start the simulation, run

py main.py

Configuring

You can configure different settings in main.py under the # Configurable settings section