butiran-✗

story-telling matrix-evolution

· 1 min read · edit

intro

Some illustrations about the matrices (not yet about the abm since it was previously designed for it) are as follows.

which can be obtained using

  matrix = [
    [1, 0, 2, 2, 2],
    [0, 1, 0, 0, 2],
    [0, 0, 1, 0, 2],
    [0, 0, 0, 1, 0],
    [0, 0, 0, 0, 1],
  ]
  const grid1 = createGrid("grid-1", matrix, styles);

with defined color palette.

notes

  • Illustrations are changed at 1656 on 05-apr-2026.
  • Rename it to story-telling matrix-evolution from previous abm-rules tissue-regeneration on 05-apr-2026.
  • Edits are on 04-apr-2026.