https://github.com/leboroz/conway-s-game-of-life
zero player game created by the british Mathematician Jhon Horton Conway. This project was build using Reactjs and SASS.
https://github.com/leboroz/conway-s-game-of-life
conways-game-of-life game javascript reactjs
Last synced: 3 months ago
JSON representation
zero player game created by the british Mathematician Jhon Horton Conway. This project was build using Reactjs and SASS.
- Host: GitHub
- URL: https://github.com/leboroz/conway-s-game-of-life
- Owner: Leboroz
- Created: 2021-06-03T18:24:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T00:55:46.000Z (over 3 years ago)
- Last Synced: 2025-04-14T06:11:33.312Z (6 months ago)
- Topics: conways-game-of-life, game, javascript, reactjs
- Language: JavaScript
- Homepage: https://leboroz.github.io/Conway-s-game-of-life/index.html
- Size: 45.2 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conway-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.