|
|
||
|---|---|---|
| Dockerfile | ||
| index.html | ||
| README.md | ||
| script.js | ||
| styles.css | ||
The Game of Life
This project is a web-based implementation of Conway's Game of Life.
How to Run with Docker
-
Build the Docker image:
docker build -t game-of-life . -
Run the container:
docker run -d -p 8080:80 game-of-life -
Open your browser and go to
http://localhost:8080to see the Game of Life in action.