Skip to main content

Pygame implementation of Conway's Game of Life

Project description

Simple pygame implementation of Conway’s Game of Life

# Installation install with pip:

pip install pygameoflife

Install from source:

python setup.py install

# Running

Ruin via laucnh script installed with pip package:

pygameoflife

Run as a python module:

python -m pygameoflife

Using inside of code:

to import class in to your own code:

from pygameoflife import LifeGame

# Controls

There are a couple of keybinds available:

  • q - Quit

  • s - Start/Stop (toggle pause)

  • r - Randomize the grid

#Contact

dadeerh91@gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygameoflife_dadeerh-1.1.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page