Socket
Book a DemoInstallSign in
Socket

game-of-life-animation

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

game-of-life-animation

A simple implementation of Conway's Game of Life using Python. Uses ascii-animator to animate the game to the terminal.

pipPyPI
Version
0.1.0
Maintainers
1

game-of-life

python

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

example

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts