Cellular
Simple Cellular Automata processing in Javascript for browser and Node.js
Installation
Via npm on Node:
npm install cellular
Usage
Reference in your program:
var cellular = require('cellular');
TBD
Development
git clone git://github.com/ajlopez/Cellular.git
cd Cellular
npm install
npm test
Samples
TBD
To do
- Samples
- Distributed Sample
- Browser Sample
References
- http://mathworld.wolfram.com/ElementaryCellularAutomaton.html
- http://en.wikipedia.org/wiki/Conway's_Game_of_Life
- http://en.wikipedia.org/wiki/Rule_110
Contribution
Feel free to file issues and submit pull requests � contributions are welcome.
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test
continues to pass.
(Thanks to JSON5 by aseemk. This file is based on that project README.md).