GameOfLife is a python3 package that provides two classes that together implement Conway’s Game of Life.
Install the GameOfLife package using pip:
$ sudo pip3 install GameOfLife
Or clone the git repository:
$ git clone https://github.com/JnyJny/GameOfLife.git $ cd GameOfLife $ sudo python3 setup.py install
Also included in the package are:
CGameOfLife: displays the simulation in a terminal window using curses.
PGameOfLife: displays the simulation in a PyGame window with pretty pictures.
NCGameOfLife: simulation based on GameOfLife.NumpyWorld object, displays with curses.
NPGameOfLIfe: simulation based on GameOfLife.NumpyWorld object, displays with PyGame.
Release files for GameOfLife 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| GameOfLife-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Release files / GameOfLife-0.1.3-py3-none-any.whl
| Download URL | GameOfLife-0.1.3-py3-none-any.whl |
|---|---|
| Size | 17.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4966dd3b2f0b0ab4359f64c1438b069c2deb849b1fd982e4992a9377bf003fd1
|
|
BLAKE2b-256 checksum How to use checksums |
c5fdf4f6bc2d3caa659fbc9c440119ebbf4b10ed7bb438bbc0ae4558416ec5c9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |