Skip to main content

Conway's Game of Life, made with tkinter

Project description

Game Of Life

This program is build to demonstrate Conway's game of life.

The game has several specific rules that cells obey. The color of the cell is depended on these rules. The rules specify how many alive or dead neighbors a cell can have to stay alive, die or give birth.

Although the rules in Conway's game of life are very specific, this program will give the user the option to experiment with these rules. The default rules in the program are based on Conway's Game of Life.

Changing the rules will give a radical change to way the cells interact, this program can be used to demonstrate the balance and see what happens if it gets disrupted.

The game can be installed in the terminal/shell using: pip install pygol
To start the game use: pygol.rungame()
To close the game use the close button in the game

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

pygol-1.2.tar.gz (3.7 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