A simple implementation of Conway's Game of Life using Python. Uses ascii-animator to animate the game to the terminal.
Project description
game-of-life
A simple implementation of Conway's Game of Life using Python. Uses ascii-animator to animate the game to the terminal.
Install
pip install game-of-life-animation
Execute
game-of-life
Build
python -m pip install --upgrade build
python -m build
python -m pip install .
Execution using Docker image
docker container run --rm -it soda480/game-of-life:latest
Execution using locally built Docker image
Clone this repository to your machine, then change directory to the directory where the repository was cloned.
Build Docker Image:
docker image build -t game-of-life:latest .
Run Docker Container:
docker container run --rm -t game-of-life:latest
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
File details
Details for the file game_of_life_animation-0.1.0.tar.gz
.
File metadata
- Download URL: game_of_life_animation-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed5be958598358a7ec6dd9cacd37fe238e9e6df3c852eb3cfde9d43ebc7ce45d |
|
MD5 | 024e963893b1f6d3ddde2f28ca90ad65 |
|
BLAKE2b-256 | cb3baf96c24d472740b98c84fe7effc3e7683fbc1881014ea9b9000adbb65ad5 |
File details
Details for the file game_of_life_animation-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: game_of_life_animation-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc9df58ec4412b3e5d98249b73d4c725e345addcc555eaf4b162ee693ffb26ed |
|
MD5 | be3d454ee7883539217d1e9e87761b22 |
|
BLAKE2b-256 | 8195f8ba42401970fe481b5736a0c98c5e6d7a14b93fe5cb0c0ff2cb658b944b |