Skip to content

🦠 ― An implementation of cellular automata written in TypeScript

License

Notifications You must be signed in to change notification settings

aroace/cellular-automata

Repository files navigation

🦠 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

About

🦠 ― An implementation of cellular automata written in TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages