Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 508 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 508 Bytes

Conway's Game of Life

Conway's game of life in pyqt5

Requirements

pip install pyqt5

Run

python conway.py <dim> <size>

dim = Number of Cells per line/col (Default 50)

size = size of individual cells in pixel (Default 15)

No Picture

How to play

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.