OCA:HighLife/Replicator: Difference between revisions

From LifeWiki
Jump to navigation Jump to search
m added title to sidebar
No edit summary
 
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{main|OCA:HighLife}}
{|style="float:right;margin-left:16px;margin-bottom:8px;width:100px;"
|{{EmbedViewer
|pname        = replicator
|viewerconfig = #C [[ THUMBSIZE 3 ZOOM 42 HEIGHT 500 ]]
|position    = center
|caption      = The HighLife replicator
}}
|-
|{{EmbedViewer
|pname        = replicatorpredecessor
|viewerconfig = #C [[ THUMBSIZE 3 ZOOM 42 HEIGHT 500 ]]
|position    = center
|caption      = A 6-cell, 3-generation predecessor of the replicator
}}
|}
The '''HighLife replicator''' is by far the most well-known [[replicator]] in any [[Life-like cellular automaton]].


{{Sawtooth|patternname=HighLife_Replicator|e=2|rulespecial=HighLife|pname=replicator|name=Highlife Replicator}}
This replicator is a [[parity rule replicator]] which remains bounded within a diagonal line. It copies itself the first time after 12 [[generation]]s, then produces another two copies after another 24 generations, followed by another four copies after another 48 generations, and so on. In general there are 2<sup>n</sup> copies of the replicator at generation {{nowrap|12(2<sup>n</sup> - 1)}} and their centers are evenly spaced 4 cells apart. The two ends of the replicator line expand at a simplified [[speed]] of c/6. Because of the way it duplicates itself, much like other parity replicators, it can be considered a [[sawtooth]] with expansion factor 2 and a minimum repeating population of 22.
The HighLife Replicator is by far the most well-known replicator in any [[Life-like cellular automaton]]. It often referred to as "Replicator" or "Simple Replicator" It repeatedly copies itself along a diagonal line according to [[Rule 90]]. It copies itself the first time after 12 [[generation]]s, then produces another two copies after another 24 generations, followed by another four copies after another 48 generations, and so on. In general there are 2<sup>n</sup> copies of the replicator at generation {{nowrap|12(2<sup>n</sup> - 1)}} and their centers are evenly spaced 4 cells apart. The two ends of the replicator line expand at a [[speed]] of c/6.
 
Because of the way the replicator duplicates itself, it can be considered a [[sawtooth]] with expansion factor 2 and a minimum repeating population of 22. Because the replicator is so small, it often occurs naturally from [[soup]] (the Life equivalent is [[butterfly]]). This contrasts with the standard Game of Life, where all known sawtooths are complex, precisely-engineered patterns.


{{EmbedViewer
As the replicator is so small, it often occurs naturally from [[soup]] (the Life equivalent is [[butterfly]]). This contrasts with the standard Game of Life, where all known sawtooths are complex, precisely-engineered patterns.
|pname = replicatorpredecessor
|position = center
|caption = A 6-cell, 3-generation predecessor of the replicator<br>
}}


A natural [[period]] 96 [[oscillator]] based on the replicator and a pair of [[block]]s functioning as [[eater]]s exists. The oscillator is adjustable, moving the bottom block 16 cells down and 16 cells right n times will yield an oscillator with a period of 96 times the nth-1 term of the sequence {{OEIS|id=A019473}}
A natural [[period]] 96 [[oscillator]] based on the replicator and a pair of [[block]]s functioning as [[eater]]s exists. The oscillator is adjustable; moving the bottom block 16n cells down and 16n cells right yields an oscillator with a period of 96 times the (n+1)th term of the sequence {{OEIS|id=A086839}}.


{{EmbedViewer
{{EmbedViewer
Line 21: Line 31:
}}
}}


====Bomber====
All linear growth patterns for HighLife on the Catagolue feature the replicator in a major way.
 
== Bomber ==
{{disambiglink|name=bomber|link=Bomber|text=For other uses of the term}}
{{disambiglink|name=bomber|link=Bomber|text=For other uses of the term}}
The '''bomber''' is a replicator-based spaceship that occurs naturally and was discovered by Nathan Thompson. It can be formed by placing a [[blinker]] in the path of the replicator as shown below. The spaceship itself has a [[period]] 48 and travels diagonally at [[speed]] c/6. The blinker reacts with one of the spawned replicators such that it destroys itself and the spawned replicator while leaving another blinker on the other side of the spaceship. It is thus a [[glide symmetric]] spaceship with [[mod]] equal to 24. It is the 3rd most common spaceship in HighLife, being slightly more common than the [[middleweight spaceship]].<ref>{{CiteCatagolue|page=census/b36s23/C1|title=Census|accessdate=July 3, 2019}}</ref>
{{main|OCA:HighLife/Bomber}}
The '''bomber''' is a replicator-based spaceship that occurs naturally and was discovered by Nathan Thompson. It can be formed by placing a [[blinker]] in the path of the replicator as shown below. The spaceship itself has a [[period]] 48 and travels diagonally at [[speed]] c/6. The blinker reacts with one of the spawned replicators such that it destroys itself and the spawned replicator while leaving another blinker on the other side of the spaceship. It is thus a [[glide symmetric]] spaceship with [[mod]] equal to 24. It is the 3rd most common spaceship in HighLife, being slightly more common than the [[middleweight spaceship]].<ref>{{CiteCatagolue|page=census/b36s23/C1|title=/census/b36s23/C1|accessdate=July 3, 2019}}</ref>


{| style="margin-left:auto;margin-right:auto;width:300px;"
{|style="margin-left:auto;margin-right:auto;width:300px;"
|{{EmbedViewer
|{{EmbedViewer
|pname        = bomber
|pname        = bomber
Line 39: Line 52:
}}
}}
|}
|}
== References ==
<references />
[[Category:Alien patterns]]

Latest revision as of 10:45, 13 September 2025

Main article: OCA:HighLife
x = 5, y = 5, rule = B36/S23 2b3o$bo2bo$o3bo$o2bo$3o! #C [[ THUMBSIZE 2 THEME 6 GRID GRIDMAJOR 0 SUPPRESS THUMBLAUNCH ]] #C [[ THUMBSIZE 3 ZOOM 42 HEIGHT 500 ]]
The HighLife replicator
(click above to open LifeViewer)
RLE: here Plaintext: here
x = 4, y = 4, rule = B36/S23 b3o$o$o$o! #C [[ THUMBSIZE 2 THEME 6 GRID GRIDMAJOR 0 SUPPRESS THUMBLAUNCH ]] #C [[ THUMBSIZE 3 ZOOM 42 HEIGHT 500 ]]
A 6-cell, 3-generation predecessor of the replicator
(click above to open LifeViewer)
RLE: here Plaintext: here

The HighLife replicator is by far the most well-known replicator in any Life-like cellular automaton.

This replicator is a parity rule replicator which remains bounded within a diagonal line. It copies itself the first time after 12 generations, then produces another two copies after another 24 generations, followed by another four copies after another 48 generations, and so on. In general there are 2n copies of the replicator at generation 12(2n - 1) and their centers are evenly spaced 4 cells apart. The two ends of the replicator line expand at a simplified speed of c/6. Because of the way it duplicates itself, much like other parity replicators, it can be considered a sawtooth with expansion factor 2 and a minimum repeating population of 22.

As the replicator is so small, it often occurs naturally from soup (the Life equivalent is butterfly). This contrasts with the standard Game of Life, where all known sawtooths are complex, precisely-engineered patterns.

A natural period 96 oscillator based on the replicator and a pair of blocks functioning as eaters exists. The oscillator is adjustable; moving the bottom block 16n cells down and 16n cells right yields an oscillator with a period of 96 times the (n+1)th term of the sequence A086839.

x = 35, y = 19, rule = B36/S23 2o33b$2o10bo22b$11b2o22b$10bobo22b$9b3o23b$35b$15b3o17b$14bobo18b$14b2o19b$ 14bo20b$35b$35b$35b$35b$35b$35b$35b$33b2o$33b2o! #C [[ THUMBSIZE 2 THEME 6 GRID GRIDMAJOR 0 SUPPRESS THUMBLAUNCH ]]
The period 96 replicator oscillator
(click above to open LifeViewer)
RLE: here Plaintext: here
Catagoluehere

All linear growth patterns for HighLife on the Catagolue feature the replicator in a major way.

Bomber

For other uses of the term 'bomber', see Bomber (disambiguation).
Main article: OCA:HighLife/Bomber

The bomber is a replicator-based spaceship that occurs naturally and was discovered by Nathan Thompson. It can be formed by placing a blinker in the path of the replicator as shown below. The spaceship itself has a period 48 and travels diagonally at speed c/6. The blinker reacts with one of the spawned replicators such that it destroys itself and the spawned replicator while leaving another blinker on the other side of the spaceship. It is thus a glide symmetric spaceship with mod equal to 24. It is the 3rd most common spaceship in HighLife, being slightly more common than the middleweight spaceship.[1]

x = 9, y = 14, rule = B36/S23 bo$bo$bo3$3bo$2b2o$bobo$3o2$6b3o$5bobo$5b2o$5bo! #C [[ THUMBSIZE 2 THEME 6 GRID GRIDMAJOR 0 SUPPRESS THUMBLAUNCH ]] #C [[ AUTOSTART GPS 8 TRACKLOOP 48 1/6 1/6 ]]
The bomber
(click above to open LifeViewer)
RLE: here Plaintext: here
Catagoluehere
x = 10, y = 6, rule = B36/S23 b3o6b$o9b$o9b$o8bo$9bo$9bo! #C [[ THUMBSIZE 2 THEME 6 GRID GRIDMAJOR 0 SUPPRESS THUMBLAUNCH ]]
A 9-cell predecessor of the bomber
(click above to open LifeViewer)
RLE: here Plaintext: here

References

  1. Adam P. Goucher. "/census/b36s23/C1". Catagolue. Retrieved on July 3, 2019.