Skip to content

brtwrst/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Conway's game of life in pyqt5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages