Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 223 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 223 Bytes

Conway's Game of Life Implementation

To run the code first build the Docker image with:

$ docker build -t conoways-game-of-life .

and then run the container with:

$ docker run --rm conoways-game-of-life