https://github.com/prashantrahul141/conway-s-game-of-life
Conway's Game of Life.
https://github.com/prashantrahul141/conway-s-game-of-life
cellular-automata game-of-life
Last synced: 7 months ago
JSON representation
Conway's Game of Life.
- Host: GitHub
- URL: https://github.com/prashantrahul141/conway-s-game-of-life
- Owner: prashantrahul141
- License: mit
- Created: 2023-08-17T18:27:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T09:40:40.000Z (about 2 years ago)
- Last Synced: 2025-01-22T02:25:13.687Z (9 months ago)
- Topics: cellular-automata, game-of-life
- Language: CSS
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Convay's Game of Life
The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is Turing complete and can simulate a universal constructor or any other Turing machine.
source : Wikipedia
Live demo : https://codesandbox.io/s/convays-game-of-life-8cwhkp