A simple pygame-based implementation of Conway’s game of life.
Cmd:
$ game-of-life
As library:
from game_of_life import Board, run
board = Board(30, 30)
# Diagonal line
for i in range(30:
board[i, i] = 1
run('conway')
This implementation requires Python3 and pygame.
Release files for game-of-life 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| game-of-life-0.1.1.tar.gz | 7.2 kB | Details |
Release files / game-of-life-0.1.1.tar.gz
| Download URL | game-of-life-0.1.1.tar.gz |
|---|---|
| Size | 7.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
86ab7bfbdf13de20e741259bb9b0dfcb05ecdc44a7f032603f74ffe5b753f9b4
|
|
BLAKE2b-256 checksum How to use checksums |
dcfff9bff320ba26328c5007039f9a5b7f5ebc7e0ff7f3498f31a12e3cdae3be
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |