An open API service indexing awesome lists of open source software.

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

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.

![game_of_life](https://github.com/Aadityaza/GameofLife/assets/45432533/f563f434-0b34-4a91-9a13-6be2a324ac6f)