Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drproteus/cellular-automaton
early attempt at game of life js
https://github.com/drproteus/cellular-automaton
Last synced: 6 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T18:47:22.000Z (over 1 year ago)
- Last Synced: 2025-01-11T17:28:12.178Z (9 days 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