Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "automata-types"

All types for Class defined in Automata

Index

Type aliases

Grid

Grid: Cell[][]

Universe of the Cellular Automata

Rule

Rule: function

Functions that take in NeighborStates: If matched a rule, return a Cell. Otherwise, return false.

Type declaration

StateRules

StateRules: Rule[]

Rules of State Change in the Cellular Automata