Skip to content

A simple implementation of Conway's Game of Life using Python

Notifications You must be signed in to change notification settings

soda480/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Execution using Docker image

docker container run --rm -it soda480/game-of-life:latest

example

Execution without Docker

Clone this repository to your machine, then change directory to the directory where the repository was cloned.

Install requirements:

pip install -r requirements.txt

Execute script:

python game.py

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 -it game-of-life:latest

About

A simple implementation of Conway's Game of Life using Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published