https://github.com/aadityaza/gameoflife
Implementation of John Conway's Game Of Life
https://github.com/aadityaza/gameoflife
Last synced: 3 months ago
JSON representation
Implementation of John Conway's Game Of Life
- Host: GitHub
- URL: https://github.com/aadityaza/gameoflife
- Owner: Aadityaza
- Created: 2022-11-26T17:58:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T16:44:11.000Z (over 1 year ago)
- Last Synced: 2025-02-28T16:13:18.808Z (8 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is a simple implementation of Conway's Game of Life using HTML, CSS, and JavaScript. The Game of Life is a cellular automaton where cells on a grid live or die based on specific rules. In this project, each cell can be toggled alive or dead by clicking, and the game progresses automatically with each generation. The grid is rendered dynamically on a web page, allowing users to interact with the simulation.
