Rule:1D-RGB

From LifeWiki
Revision as of 12:34, 16 November 2020 by Ian07 (talk | contribs) (Created page with "@RULE 1D-RGB https://www.conwaylife.com/forums/viewtopic.php?p=110897#p110897 # Template for 3-color one-dimentional cellular automata # Copyright by Yoel Matveyev, 2020 #...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

@RULE 1D-RGB

https://www.conwaylife.com/forums/viewtopic.php?p=110897#p110897

  1. Template for 3-color one-dimentional cellular automata
  1. Copyright by Yoel Matveyev, 2020
  2. The GNU General Public License v3.0

@COLORS

0 0 0 0 1 255 0 0 2 0 255 0 3 0 0 255

@TABLE

n_states:4 neighborhood:Moore symmetries:reflect_horizontal

  1. Birth
  1. 001

0,0,1,0,0,0,0,0,0,0 0,0,2,0,0,0,0,0,0,0 0,0,3,0,0,0,0,0,0,0

  1. 101

0,0,1,0,0,0,0,0,1,0 0,0,2,0,0,0,0,0,2,0 0,0,3,0,0,0,0,0,3,0

  1. 102

0,0,1,0,0,0,0,0,2,0 0,0,2,0,0,0,0,0,3,0 0,0,3,0,0,0,0,0,1,0

  1. Survival
  1. 010

0,1,0,0,0,0,0,0,0,0 0,2,0,0,0,0,0,0,0,0 0,3,0,0,0,0,0,0,0,0

  1. 011

0,1,1,0,0,0,0,0,0,0 0,2,2,0,0,0,0,0,0,0 0,3,3,0,0,0,0,0,0,0

  1. 012

0,1,2,0,0,0,0,0,0,0 0,2,3,0,0,0,0,0,0,0 0,3,1,0,0,0,0,0,0,0

  1. 013

0,1,3,0,0,0,0,0,0,0 0,2,1,0,0,0,0,0,0,0 0,3,2,0,0,0,0,0,0,0

  1. 111

0,1,1,0,0,0,0,0,1,0 0,2,2,0,0,0,0,0,2,0 0,3,3,0,0,0,0,0,3,0

  1. 112

0,1,2,0,0,0,0,0,1,0 0,2,3,0,0,0,0,0,2,0 0,3,1,0,0,0,0,0,3,0

  1. 113

0,1,3,0,0,0,0,0,1,0 0,2,1,0,0,0,0,0,2,0 0,3,2,0,0,0,0,0,3,0

  1. 212

0,1,2,0,0,0,0,0,2,0 0,2,3,0,0,0,0,0,3,0 0,3,1,0,0,0,0,0,1,0

  1. 213

0,1,3,0,0,0,0,0,2,0 0,2,1,0,0,0,0,0,3,0 0,3,2,0,0,0,0,0,1,0

  1. 313

0,1,3,0,0,0,0,0,3,0 0,2,1,0,0,0,0,0,1,0 0,3,2,0,0,0,0,0,2,0