Simple pygame implementation of Conway's Game of Life.
Install with pip:: pip install pygameoflife
Install from source:: python setup.py install
Run via launch script installed withpip package:: pygameoflife
Run as a Python module:: python -m pygameoflife
To import the class in to your own code:: from pygameoflife import GameOfLife
There are a couple keybinds available:
- q - Quit
- p - Pause (On/Off)
- r - Randomize the grid
Heather R. Heather.Ridgill@gmail.com