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
JavaScript
65.3%
CSS
19.5%
HTML
13.5%
Dockerfile
1.7%