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
Development
python -m pip install --upgrade build
python -m build
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
Close
Hashes for game_of_life_animation-0.1.2.tar.gz
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 187a8c8684846a2578a03da5fea181efd3b877c64cceede0d0fa17a55242ef26 |
|
| MD5 | 290c809d9f16b3a942dfb7e89ef8f0be |
|
| BLAKE2b-256 | dbcddf1f0e27ce9d3214ebc89db952130591a221d5e63ec45c0573c574ee859e |
Close
Hashes for game_of_life_animation-0.1.2-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 33ecf51db36e6d62dfe71bbb022444d21429c537bc71b8d6441710a0945fc1c2 |
|
| MD5 | 9925b11d7dd5b27750719fa2b2794954 |
|
| BLAKE2b-256 | bd5a4343437a9ea3c46dec5c159f08bfafcc659166f61b60ff1cbfb7e83a19ca |