A simple implementation of Conway's Game of Life using Python. Uses ascii-animator to animate the game to the terminal.
pip install game-of-life-animation
game-of-life
python -m pip install --upgrade build
python -m build
docker container run --rm -it soda480/game-of-life:latest
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