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:
- Any live cell with fewer than two live neighbours dies, as if by underpopulation.
- Any live cell with two or three live neighbours lives on to the next generation.
- Any live cell with more than three live neighbours dies, as if by overpopulation.
- Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file menkeyshow.conway-0.0.1.tar.gz.
File metadata
- Download URL: menkeyshow.conway-0.0.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27cc23d208a0e2a48269d5160b0cc6a661e112fcdca911e1b5f298c810a41d33
|
|
| MD5 |
c1419c93400306a3a8240d711faf48c9
|
|
| BLAKE2b-256 |
08dff77b88febaef24fe624713746ff75db077163aa6a4a3f599e2d5ee5c5510
|
File details
Details for the file menkeyshow.conway-0.0.1-py3-none-any.whl.
File metadata
- Download URL: menkeyshow.conway-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c64976427939dc6d1b288ee90407ceb6bf7280aab9fe5c5343ebaebe46eb8e4
|
|
| MD5 |
955e66267fd7d55863e86fd4f2b8e108
|
|
| BLAKE2b-256 |
140d32eaab24bd62fa41d8b57a66ccec6bbc7c2189b7b750f47db9bf561bb730
|