Difference between revisions of "Rule:Twolives"

From LifeWiki
Jump to navigation Jump to search
(yes)
(No difference)

Revision as of 11:31, 2 July 2020

@RULE Twolives

  1. from https://www.conwaylife.com/forums/viewtopic.php?f=11&t=4580
  2. https://github.com/yoelmatveyev/Fireworld/blob/master/Rules/Twolives.rule
  1. A new variety of Conway's Game of Life dedicated to RIP John Horton Conway's memory.
  1. In this version, there exist two types of live cells of opposite "sign".
  2. Two identically behaving "life forms" may coexist and interact with each other.
  1. The rules of survival and birth are usual, but strictly symmetrical.
  2. A "negative" cell survives, iff it has 2 or 3 "negative" live neighbours.
  3. A "negative" cell is born, iff it has 3 "negative" live neighbours.
  1. Importantly, the number of neighbours is counted as the total sum of their numerical values, which may be 1 or -1.
  2. Thus, a "positive" cell may be born, if surrounded by 5 "positive" and 2 "negative" neighbours.
  3. A "negative" cell survives, if surrounded by 5 "negative" and 3 "positive" cells etc.
  1. Copyright by Yoel Matveyev 2020

@COLORS

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

@TABLE

n_states:3 neighborhood:Moore symmetries:permute var A={0,1,2} var B={0,1,2} var C={0,1,2} var D={0,1,2} var E={0,1,2} var F={0,1,2} var G={0,1,2} var H={0,1,2}

1,0,0,0,0,0,0,1,1,1 1,2,0,0,0,0,1,1,1,1 1,2,2,0,0,1,1,1,1,1 1,2,2,2,1,1,1,1,1,1 2,2,2,0,0,0,0,0,0,2 2,2,2,2,0,0,0,0,1,2 2,2,2,2,2,0,0,1,1,2 2,2,2,2,2,2,1,1,1,2 1,0,0,0,0,0,1,1,1,1 1,2,0,0,0,1,1,1,1,1 1,2,2,0,1,1,1,1,1,1 2,2,2,2,0,0,0,0,0,2 2,2,2,2,2,0,0,0,1,2 2,2,2,2,2,2,0,1,1,2 0,0,0,0,0,0,1,1,1,1 0,2,0,0,0,1,1,1,1,1 0,2,2,0,1,1,1,1,1,1 0,2,2,2,0,0,0,0,0,2 0,2,2,2,2,0,0,0,1,2 0,2,2,2,2,2,0,1,1,2 1,A,B,C,D,E,F,G,H,0 2,A,B,C,D,E,F,G,H,0