Conway's Game of Life in Python.
Project description
Conway’s Game of Life implemention with pygame
Screenshots
Installation
Install with pip:
pip install GameofLife
Install from source:
python3 setup.py install
Running
Run via launch script installed with pip package:
GameofLife
Run as a Python module:
python -m GameofLife
Using inside of code
To import the class in your own code:
from LifeGame import LifeGame LifeGme().run()
Controls
q –> quit
s –> pause
r–> randomize
Links
Contact
Oscar Ozorio <osvaldo15963@fpuna.edu.py>
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
LifeGame-1.0.2.tar.gz
(4.1 kB
view details)
File details
Details for the file LifeGame-1.0.2.tar.gz.
File metadata
- Download URL: LifeGame-1.0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27c42ae3f5f0777c4809d19aedcd4de4454d66f14272b794c5e2a4b4e25eeb5c
|
|
| MD5 |
c54ebe0ad09b3ae922c147dfb6433207
|
|
| BLAKE2b-256 |
c092968f308e8185620e7ea9e6c8b77c7c7304f82c06d867b3f24f3bed6ea2b2
|