Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 363 Bytes

Cellular Automata

The web app for this project is hosted here

What this is

A one-dimensional/elementary CA. Basically a challenge to myself to see if I could implement CA in JavaScript with only a basic conceptual understanding of CAs.

What this isn't

A two-dimensional CA. A fully-tested CA.

PRs and issues are welcome