Difference between revisions of "OCA:Tlife"

From LifeWiki
Jump to navigation Jump to search
Line 29: Line 29:
#C [[ THEME 6 GRID COLOR GRID 229 229 229 COLOR GRIDMAJOR 229 229 229 ]]
#C [[ THEME 6 GRID COLOR GRID 229 229 229 COLOR GRIDMAJOR 229 229 229 ]]
#C [[ AUTOSTART GPS 5 ZOOM 32 Y -6 THUMBNAIL LOOP 120 HEIGHT 800 ]]}}</div>
#C [[ AUTOSTART GPS 5 ZOOM 32 Y -6 THUMBNAIL LOOP 120 HEIGHT 800 ]]}}</div>
<!--Temporary until someone uploads a gif for the T (and also the ant) -->


Alongside these, other elementary spaceships have been discovered. One such spaceship, which travels at [[c/2 orthogonal]], is dubbed the ''disemiMWSS'', referencing the fact it looks like two [[middleweight spaceship]]s interacting with each other. There is also another c/2 orthogonal spaceship that evolves from a phase of the [[queen bee]]. Other important spaceships include chains of interacting Ts, a small 2c/6 orthogonal ship, and a small-to-medium c/4 orthogonal ship.
Alongside these, other elementary spaceships have been discovered. One such spaceship, which travels at [[c/2 orthogonal]], is dubbed the ''disemiMWSS'', referencing the fact it looks like two [[middleweight spaceship]]s interacting with each other. There is also another c/2 orthogonal spaceship that evolves from a phase of the [[queen bee]]. Other important spaceships include chains of interacting Ts, a small 2c/6 orthogonal ship, and a small-to-medium c/4 orthogonal ship.

Revision as of 09:20, 4 July 2016

tlife
x=0, y = 0, rule = B3/S2-i34q ! #C [[ THEME Inverse ]] #C [[ RANDOMIZE2 RANDSEED 1729 THUMBLAUNCH THUMBNAIL THUMBSIZE 2 GRID ZOOM 6 WIDTH 600 HEIGHT 600 LABEL 90 -20 2 "#G" AUTOSTART PAUSE 2 GPS 8 LOOP 256 ]]
LifeViewer-generated pseudorandom soup
Rulestring 2-i34q/3
B3/S2-i34q
Character Chaotic

tlife is a non-totalistic Life-like cellular automaton devised by M. I. Wright on September 6, 2015. It is very closely related to the much more commonly known rule Conway's Game of Life, differing by only two transitions. It is likely the best-studied non-totalistic Life-like cellular automaton.

Rules

tlife is identical to Life in all transitions, save for two:

  • Cells with two adjacent cells in a straight line (as in blinker) will die, and
  • Cells with four adjacent cells (as in the dense phase of beacon) will survive.

The two differing transitions, illustrated:

000            110
111 -> 0       110 -> 1
000            001

Patterns

Although many patterns from Conway Life still function identically in tlife, some do not; for example, the blinker dies in tlife, and the beacon evolves into an 8-cell still life. Conversely, some patterns from tlife work in normal Life, but some do not.

The glider exists in tlife, and there are two other basic elementary spaceships: a slightly bigger c/4 diagonal called ant and a c/5 orthogonal (the T-tetromino, usually called simply T).

x=3, y = 2, rule = tlife bo$3o! #C [[ THEME 6 GRID COLOR GRID 229 229 229 COLOR GRIDMAJOR 229 229 229 ]] #C [[ AUTOSTART GPS 5 ZOOM 32 Y -6 THUMBNAIL LOOP 120 HEIGHT 800 ]]

Alongside these, other elementary spaceships have been discovered. One such spaceship, which travels at c/2 orthogonal, is dubbed the disemiMWSS, referencing the fact it looks like two middleweight spaceships interacting with each other. There is also another c/2 orthogonal spaceship that evolves from a phase of the queen bee. Other important spaceships include chains of interacting Ts, a small 2c/6 orthogonal ship, and a small-to-medium c/4 orthogonal ship.

There is also a statorless rotating period-160 oscillator that evolves from a loaf predecessor. Multiple copies of this oscillator can be combined to form guns for the T and for the glider.

External links