/cellular-automata

🦠 ― An implementation of cellular automata written in TypeScript

Primary LanguageJavaScriptOtherNOASSERTION

🦠 cellular-automata

An implementation of cellular automata in TypeScript.

📚 Usage

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 .

📝 Examples

$ node .
$ node . x=200 y=100 density=50 iterations=10