An implementation of cellular automata in TypeScript.
First of all, clone the repository:
$ git clone git@github.com:aroace/cellular-automata.git
$ cd cellular-automata
Then, install the dependencies:
$ yarn install
Build the project:
$ yarn build
Finally, run the project:
$ node .
$ node .
$ node . x=200 y=100 density=50 iterations=10