75119916e8b1a538b221a0b0a62925412cad6220
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
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.
Description
Languages
CSS
41.8%
JavaScript
36.4%
HTML
20.8%
Dockerfile
1%