https://github.com/protolambda/automata
Cellular automata w/ WebG, NodeJS and ES6
https://github.com/protolambda/automata
Last synced: about 2 months ago
JSON representation
Cellular automata w/ WebG, NodeJS and ES6
- Host: GitHub
- URL: https://github.com/protolambda/automata
- Owner: protolambda
- License: mit
- Created: 2016-09-20T18:48:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T19:46:28.000Z (over 8 years ago)
- Last Synced: 2025-02-08T16:32:45.494Z (3 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/protolambda/automata)
# Cellular automata
Cellular automata sandbox in JS(ES6) + WebGL.
Implemented cellular automata:
- Conway's Game of Life (GOL)
- highlife
- day and night
- no-death
- seeds
- replicator## Demo
Online demo at: http://automata.protolambda.com/
## License
MIT License, see [LICENSE](LICENSE), located in the root of this repository.