Skip to main content

Python implementation of Conway's Game of Life

Project description

Conway's Game_of_Life

Python implementation of Conway's Game of Life

Conway's Game of Life is an automaton simulation with rather simple rules and a so called zero-player game. After marking the status (alive/dead) of the cells, the programm simulates the life according to the following rules:

  1. Any live cell with fewer than two live neighbours dies, as if by underpopulation.
  2. Any live cell with two or three live neighbours lives on to the next generation.
  3. Any live cell with more than three live neighbours dies, as if by overpopulation.
  4. Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.

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

menkeyshow.conway-0.0.1.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

menkeyshow.conway-0.0.1-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

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