Conway's game of life in pyqt5
pip install pyqt5
python conway.py <dim> <size>
dim = Number of Cells per line/col (Default 50)
size = size of individual cells in pixel (Default 15)
Use the Mouse to toggle cells. Or load a template.
Use the Spacebar to advance the game.
There is a single save slot for saving/loading the current state of the field.