https://github.com/drproteus/cellular-automaton
early attempt at game of life js
https://github.com/drproteus/cellular-automaton
Last synced: 2 months ago
JSON representation
early attempt at game of life js
- Host: GitHub
- URL: https://github.com/drproteus/cellular-automaton
- Owner: drproteus
- Created: 2016-12-13T04:33:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T18:47:22.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T07:57:02.002Z (2 months ago)
- Language: JavaScript
- Homepage: http://jakeg.sdf.org
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Conway's Game of Life in the browser, vanilla JS with no dependencies.
[Demo](https://static.skinet.org/cellular-automata/)
### TODO:
* Make more flexible and store values in constants
* Allow for space-wrapping
* Customizable colors
* Expand the space
* Adjust update speed
* Port to a six-sided cube face space and print to dynamic texture used to skin a rotating cube in Three.JS