2025-08-31 04:09:45 -04:00
2025-08-31 04:05:46 -04:00
2025-08-31 04:05:46 -04:00
2025-08-31 04:05:46 -04:00

The Game of Life

This project is a web-based implementation of Conway's Game of Life.

How to Run with Docker

  1. Build the Docker image:

    docker build -t game-of-life .
    
  2. Run the container:

    docker run -d -p 8080:80 game-of-life
    
  3. Open your browser and go to http://localhost:8080 to see the Game of Life in action.

S
Description
No description provided
Readme 28 KiB
Languages
JavaScript 65.3%
CSS 19.5%
HTML 13.5%
Dockerfile 1.7%