Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gers2017/conways-game-of-life
conways game of life made with svg scripting
https://github.com/gers2017/conways-game-of-life
cellular-automata conways-game-of-life javascript svg svg-scripting visualization website
Last synced: about 5 hours ago
JSON representation
conways game of life made with svg scripting
- Host: GitHub
- URL: https://github.com/gers2017/conways-game-of-life
- Owner: Gers2017
- Created: 2022-04-11T21:17:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T23:52:40.000Z (over 2 years ago)
- Last Synced: 2023-03-05T17:50:40.276Z (over 1 year ago)
- Topics: cellular-automata, conways-game-of-life, javascript, svg, svg-scripting, visualization, website
- Language: JavaScript
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conway's game of life
![preview](example.png)
Resources:
- [Wikipedia cellular automaton](https://en.wikipedia.org/wiki/Cellular_automaton)
- [John Conway Numberphile video](https://www.youtube.com/watch?v=R9Plq-D1gEk)
- [Coding Train The Game of Life video](https://www.youtube.com/watch?v=FWSR_7kZuYg)
- [3D Cellular automata](https://softologyblog.wordpress.com/2019/12/28/3d-cellular-automata-3/)