Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 405 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 405 Bytes

CA Script is a cellular automata simulator & editor with simple rule-set scripting using a custom notation language.

https://cjphs.github.io/ca_script/web/

The technical nitty-gritty

This project is divided into two parts:

  • A simulation engine which enables relatively easy programming of new cellular automata
  • An interpreter that makes use of custom notation to build a cellular automaton.