Difference between revisions of "Element:LIFE"

From The Powder Toy
Jump to: navigation, search
(2X2 [2x2])
m (请输入简短的摘要 [b])
(43 intermediate revisions by 15 users not shown)
Line 1: Line 1:
{{Languages|Elements:Life}}
+
<!-- Note: menuvisible isn't the same as in the source code, but LIFE is a special case which has a whole menu to itself which is done differently to the other menus, so not really hidden -->
 +
{{ infobox Element
 +
| icon = LIFE.png
 +
| longname = Game Of Life
 +
| image =
  
LIFE elements are kind of a cell simulator, life-like cellular automata, With the new life's
+
| identifier = DEFAULT_PT_LIFE
44.5
+
| name = LIFE
 +
| description = Game Of Life
 +
| colour = 0CAC00
 +
| menusection = SC_LIFE
 +
| menuvisible = 1
 +
| advection = 0
 +
| airdrag = 0
 +
| airloss = 0.9
 +
| loss = 0
 +
| collision = 0
 +
| diffusion = 0
 +
| explosive = 0
 +
| falldown = 0
 +
| flammable = 0
 +
| gravity = 0
 +
| hardness = 0
 +
| heatconduct = 40
 +
| hotair = 0
 +
| meltable = 0
 +
| state = ST_NONE
 +
| temperature = 9000
 +
| weight = 100
 +
| properties = TYPE_SOLID PROP_LIFE
 +
| lowtemperature =
 +
| lowtemperaturetransition =
 +
| hightemperature =
 +
| hightemperaturetransition =
 +
| lowpressure =
 +
| lowpressuretransition =
 +
| highpressure =
 +
| highpressuretransition =
 +
}}
  
=== [[File:GOL1.jpg]] Game of Life [GoL]  ===
+
LIFE is an element that implements various cellular automata rules. All these different rules can be found in the Life menu.
Rulestring:23/3
+
 
 +
All buttons in the Life menu create a particle of LIFE, but with a different ctype which indicates which cellular automata rule that particle is following.
 +
 
 +
Powder Toy also has one other CA rule which isn't listed here, since a separate element is used - WireWorld ({{Material|WWLD}}).
 +
 
 +
=== [[File:LIFE-GOL.png|GOL]] Game of Life ===
 +
'''Rulestring:'''
 +
23/3
  
 
Link to Wiki: [http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life Conway's Game of Life]
 
Link to Wiki: [http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life Conway's Game of Life]
Line 15: Line 57:
 
GOL formations that remain static and do not change over time are called still-lives. Particles that change over time but remain stable (not exploding or anything). Certain formations have the ability to move across the screen but do not 'explode' in any way, these are thus called gliders. For more Information, check the wikipedia page.
 
GOL formations that remain static and do not change over time are called still-lives. Particles that change over time but remain stable (not exploding or anything). Certain formations have the ability to move across the screen but do not 'explode' in any way, these are thus called gliders. For more Information, check the wikipedia page.
  
The following names are essentially GOL, but using different functioning rules.
+
The following names are essentially GOL, but using different functioning rules. Also, rules like star wars, Frog, Frog 2, have a extra number on the end. That number is the amount of frames an alive cell can keep itself alive without dying.
  
=== [[File:HLIF1.jpg]] High Life [HLIF]  ===
+
=== [[File:LIFE-HLIF.png|HLIF]] High Life ===
Rulestring:23/36
+
'''Rulestring:'''
 +
23/36
  
 
The same as GOL but with one extra rule.
 
The same as GOL but with one extra rule.
 
High Life particles survive if surrounded by 2 or 3 particles, and come to life if surrounded by 3 or 6 particles.
 
High Life particles survive if surrounded by 2 or 3 particles, and come to life if surrounded by 3 or 6 particles.
 +
Because of the extra "6", there is an interesting spaceship and replicator that is unique to Highlife. Other than that, high life and GOL are very similar
 +
[http://en.wikipedia.org/wiki/Highlife_(cellular_automaton)]
  
=== [[File:Asim1.jpg]] Assimilation [ASIM]  ===
+
=== [[File:LIFE-ASIM.png|ASIM]] Assimilation ===
Rulestring:4567/345
+
'''Rulestring:'''
 +
4567/345
  
As-si-mi-la-ti-on
+
Assimilation particles survive if surrounded by 4, 5, 6, or 7 particles, and come to life if surrounded by 3, 4, or 5 particles. The result is a diamond-generating ruleset that can usually perfectly regenerate into its original shape if a large portion is deleted.
 +
Diamonds of ASIM can also absorb "fizzy" patterns, which makes them larger.
  
Assimilation particles are cool.
+
=== [[File:LIFE-2x2.png|2x2]] 2&times;2 ===
They survive if surrounded by 4, 5, 6, or 7 particles, and come to life if surrounded by 3, 4, or 5 particles. The result is a diamond-generating ruleset that can usually perfectly regenerate into its original shape if a large portion is deleted.
+
'''Rulestring:'''
Diamonds of ASIM can also absorb "fizzy" patterns, which makes them larger.
+
125/36
  
=== [[File:2x21.jpg]] 2X2 [2x2] ===
+
2&times;2 particles survive if surrounded by 1, 2, or 5 particles, and come to life if surrounded by 3 or 6 particles. The result is particles which tend to make surprisingly geometric patterns when produced in even squares or lines. These oscillators can be made with 2&times;4 rectangles, 2&times;8 rectangles, 2&times;12 rectangles and so on.   
Rulestring:125/36
 
  
2X2 particles survive if surrounded by 1, 2, or 5 particles, and come to life if surrounded by 3 or 6 particles. The result is particles which tend to make surprisingly geometric patterns when produced in even squares or lines. Has TONS of oscillating patterns that look trippy.
+
For more information on 2&times;2, please visit [https://www.conwaylife.com/wiki/OCA:2%C3%972]
  
=== Day and Night [DANI]  ===
+
=== [[File:LIFE-DANI.png|DANI]] Day and Night ===
Rulestring:34578/3678
+
'''Rulestring:'''
 +
34578/3678
  
 
Day and Night particles survive if surrounded by 3, 4, 6, 7, or 8 particles, and come to life if surrounded by 3, 6, 7, or 8 particles. The result is an exotic particle who's physical properties are exactly inversed both in floodfilled areas and empty ones. In other words, the same patterns can appear inside of a solid block of Day and Night as outside of it, hence its name.
 
Day and Night particles survive if surrounded by 3, 4, 6, 7, or 8 particles, and come to life if surrounded by 3, 6, 7, or 8 particles. The result is an exotic particle who's physical properties are exactly inversed both in floodfilled areas and empty ones. In other words, the same patterns can appear inside of a solid block of Day and Night as outside of it, hence its name.
  
=== Amoeba [AMOE] ===
+
=== [[File:LIFE-AMOE.png|AMOE]] Amoeba ===
Rulestring:1358/357
+
'''Rulestring:'''
 
+
1358/357
A-me-ba
 
  
 
Amoeba particles live up to their name, sloshing around figuratively speaking, producing a peculiar mess of splashy patterns. The result is what looks surprisingly like... Amoebas. Amoeba particles survive if surrounded by 1, 3, 5, or 8 particles, and come to life if surrounded by 3, 5, or 7 particles.
 
Amoeba particles live up to their name, sloshing around figuratively speaking, producing a peculiar mess of splashy patterns. The result is what looks surprisingly like... Amoebas. Amoeba particles survive if surrounded by 1, 3, 5, or 8 particles, and come to life if surrounded by 3, 5, or 7 particles.
  
===  Move [MOVE]  ===
+
One cool property demonstrated by amoeba is that whenever one draws a perfectly straight light form left to right, or up to down, a fractal traingle is produced.
Rulestring:245/368
 
  
Move particles don't move anything... besides themselves. They survive if surrounded by 2, 4, or 5 particles, and come to life if surrounded by 3, 6, or 8 particles. The result is a particle that makes patterns that are adept at... moving. o__o The patterns its makes tend to die off rather quickly from random soup, however.
+
=== [[File:LIFE-MOVE.png|MOVE]] Move ===
 +
'''Rulestring:'''
 +
245/368
  
===  Pseudo [PGOL]  ===
+
Move particles don't move anything... besides themselves. They survive if surrounded by 2, 4, or 5 particles, and come to life if surrounded by 3, 6, or 8 particles. The result is a particle that makes patterns that are adept at... moving. The patterns its makes tend to die off rather quickly from random soup, however.
Rulestring:238/357
 
  
S-u-d-o
+
=== [[File:LIFE-PGOL.png|PGOL]] Pseudo Life ===
 +
'''Rulestring:'''
 +
238/357
  
 
Pseudo Life produces patterns that look superficially like normal GOL, hence its name. Particles of Pseudo Life survive if surrounded by 2, 3, or 8 particles, and come to life if surrounded by 3, 5, or 7 particles.
 
Pseudo Life produces patterns that look superficially like normal GOL, hence its name. Particles of Pseudo Life survive if surrounded by 2, 3, or 8 particles, and come to life if surrounded by 3, 5, or 7 particles.
  
=== Diamoeba [DMOE]  ===
+
=== [[File:LIFE-DMOE.png|DMOE]] Diamoeba ===
Rulestring:5678/35678
+
'''Rulestring:'''
 +
5678/35678
  
Di-a-me-ba
+
Diamoeba particles are peculiar indeed. They're like a half-way step between Amoeba and Assimilation particles, producing irregular diamond shapes that lean towards gently disappearing on their own. They can survive when surrounded by 5, 6, 7, or 8 particles, and come back to life if surrounded by 3, 5, 6, 7, or 8 particles.
  
Diamoeba particles are peculiar indeed. They're like a half-way step between Amoeba and Assimilation particles, producing irregular diamond shapes that lean towards gently disappearing on their own. They can survive when surrounded by 5, 6, 7, or 8 particles, and come back to life if surrounded by 3, 5, 6, 7, or 8 particles.
+
An interesting rectangular pattern is created when creating a perpendicular straight line.
  
=== 34 [34] ===
+
=== [[File:LIFE-34.png|34]] 34 ===
Rulestring:34/34
+
'''Rulestring:'''
 +
34/34
  
 
34 Life particles are an exploding-type particle that can be used to make certain types of useful patterns, but tend towards exploding randomly bigger and bigger if made much larger. 34 Life particles survive if surrounded by 3 or 4 particles, and come to life if surrounded by 3 or 4 particles (hence its name.)
 
34 Life particles are an exploding-type particle that can be used to make certain types of useful patterns, but tend towards exploding randomly bigger and bigger if made much larger. 34 Life particles survive if surrounded by 3 or 4 particles, and come to life if surrounded by 3 or 4 particles (hence its name.)
  
=== Long Life [LLIF] ===
+
=== [[File:LIFE-LLIF.png|LLIF]] Long Life ===
Rulestring:5/345
+
'''Rulestring:'''
 +
5/345
  
 
Long Life particles actually don't resemble normal Life particles, being an alien type all their own. They tend to generate diamond shaped oscillators that essentially become stable and never die. Long Life particles survive when surrounded by only 5 particles, but come to life when surrounded by 3, 4, or 5 particles.
 
Long Life particles actually don't resemble normal Life particles, being an alien type all their own. They tend to generate diamond shaped oscillators that essentially become stable and never die. Long Life particles survive when surrounded by only 5 particles, but come to life when surrounded by 3, 4, or 5 particles.
  
=== Stains [STAN] ===
+
=== [[File:LIFE-STAN.png|STAN]] Stains ===
Rulestring:235678/3678
+
'''Rulestring:'''
 +
235678/3678
  
 
Stains particles are an exploding-type pattern that tends to splash outwards from its point of origin in predictable patterns in solid fill. Stain particles survive when surrounded by 2, 3, 5, 6, 7, or 8 particles, and come back to life when surrounded by 3, 6, 7, or 8 particles.
 
Stains particles are an exploding-type pattern that tends to splash outwards from its point of origin in predictable patterns in solid fill. Stain particles survive when surrounded by 2, 3, 5, 6, 7, or 8 particles, and come back to life when surrounded by 3, 6, 7, or 8 particles.
  
=== Seeds [SEED]  ===
+
=== [[File:LIFE-SEED.png|SEED]] Seeds ===
Rulestring:/2  
+
'''Rulestring:'''
 +
/2  
  
 
An exploding rule in which every cell dies in every generation. It has many simple orthogonal spaceships, though it is in general difficult to create patterns that don't explode.
 
An exploding rule in which every cell dies in every generation. It has many simple orthogonal spaceships, though it is in general difficult to create patterns that don't explode.
  
=== Maze [MAZE] ===
+
=== [[File:LIFE-MAZE.png|MAZE]] Maze ===
Rulestring:12345/3  
+
'''Rulestring:'''
 +
12345/3  
  
 
An exploding rule that crystalizes to form maze-like designs.
 
An exploding rule that crystalizes to form maze-like designs.
  
=== Coagulations [COAG] ===
+
=== [[File:LIFE-COAG.png|COAG]] Coagulations ===
Rulestring:235678/378  
+
'''Rulestring:'''
 
+
235678/378  
Co-ag-ul-at-io-ns
 
  
 
An exploding rule in which patterns tend to expand forever, producing a thick "goo" as it does so.
 
An exploding rule in which patterns tend to expand forever, producing a thick "goo" as it does so.
  
=== Walled cities [WALL] ===
+
=== [[File:LIFE-WALL.png|WALL]] Walled cities ===
Rulestring:2345/45678  
+
'''Rulestring:'''
 +
2345/45678  
  
 
A stable rule that forms centers of pseudo-random activity separated by walls.
 
A stable rule that forms centers of pseudo-random activity separated by walls.
  
=== Gnarl [GNAR] ===
+
=== [[File:LIFE-GNAR.png|GNAR]] Gnarl ===
Rulestring:1/1
+
'''Rulestring:'''
 
+
1/1
Na-rl
 
  
 
A simple exploding rule that forms complex patterns from even a single live cell.
 
A simple exploding rule that forms complex patterns from even a single live cell.
 
Expands rapidly by itself.  
 
Expands rapidly by itself.  
  
 +
=== [[File:LIFE-REPL.png|REPL]] Replicator ===
 +
'''Rulestring:'''
 +
1357/1357
  
===  Replicator [REPL]  ===
+
An exploding rule in which every pattern is a replicator.
Rulestring:1357/1357
 
  
Re-pl-ic-at-or
+
However, this is not a unique property of the rule string, as many others like Fredkin and Replicator 2 replicate, though they are not included in The Powder Toy.
  
An exploding rule in which every pattern is a replicator.
+
The reason why every pattern in this rule is a replicator is complicated, but here is the link,
 +
 
 +
[https://www.conwaylife.com/wiki/OCA:Replicator]
 +
 
 +
=== [[File:LIFE-MYST.png|MYST]] Mystery ===
 +
'''Rulestring:'''
 +
05678/3458
  
===  Mystery [MYST]  ===
+
Similar to diamoeba.
Rulestring:05678/3458
 
  
Exactly like ASIM, only it is solid
+
It is the only life variant in TPT that can survive with 0 surrounding cells.
Can assimilate things like ASIM, but slower
 
  
=== Star Wars [STAR] ===
+
=== [[File:LIFE-STAR.png|STAR]] Star Wars ===
Rulestring:3456/278/6
+
'''Rulestring:'''
 +
3456/278/6
  
 
The 6 at the end means that if a Star Wars particle dies, it stays for 6 frames, and dissapears, instead of going away instantly. The 'dying' particle is not counted as a neighbor, and nothing can be born into that space until it dies. The dying particle will also turn from a dark blue to a much brighter blue as it dies.
 
The 6 at the end means that if a Star Wars particle dies, it stays for 6 frames, and dissapears, instead of going away instantly. The 'dying' particle is not counted as a neighbor, and nothing can be born into that space until it dies. The dying particle will also turn from a dark blue to a much brighter blue as it dies.
  
=== Living on the Edge [LOTE]  ===
+
=== [[File:LIFE-LOTE.png|LOTE]] Living on the Edge ===
Ruletsting:3458/37/4
+
'''Rulestring:'''
 +
3458/37/4
  
 
Like Star wars, a LOTE pixel will survive for an extra 4 frames after it 'dies', those pixels will change color from a red to a yellow when this occurs.  
 
Like Star wars, a LOTE pixel will survive for an extra 4 frames after it 'dies', those pixels will change color from a red to a yellow when this occurs.  
  
=== Brian 6 [BRAN] ===
+
=== [[File:LIFE-BRAN.png|BRAN]] Brian 6 ===
Rulestring:6/246/3
+
'''Rulestring:'''
 +
6/246/3
  
 
BRAN particles tend to form 'glider'(those things that look like spaceships) formations consisting of a 2 pixel by 2 pixel square and various trailing pieces. It is very hard if not impossible to make stable patterns
 
BRAN particles tend to form 'glider'(those things that look like spaceships) formations consisting of a 2 pixel by 2 pixel square and various trailing pieces. It is very hard if not impossible to make stable patterns
  
=== Frogs [FROG]  ===
+
=== [[File:LIFE-FROG.png|FROG]] Frogs ===
Rulestring:12/34/3
+
'''Rulestring:'''
 +
12/34/3
  
 
FROG formations sometimes result in gliders that move slowly across the screen, somewhat like frogs
 
FROG formations sometimes result in gliders that move slowly across the screen, somewhat like frogs
  
=== Like Frogs Rule [FRG2] ===
+
=== [[File:LIFE-FRG2.png|FRG2]] Like Frogs Rule ===
Rulestring:124/3/3
+
'''Rulestring:'''
 +
124/3/3
  
 
Similar to FROG, but less stable.
 
Similar to FROG, but less stable.
 
 
  
 
===  How it works  ===
 
===  How it works  ===
All kinds of GOL particles use Temperature to display in heat mode how long it's been since a particle has been born. A LIFE particle is always born at the highest possible temperature, and gently falls to the lowest temperature until it's destroyed by any means.
+
All kinds of GOL particles use Temperature to display in heat mode how long it's been since a particle has been born. A LIFE particle is always born at the highest possible temperature, and gently falls to the lowest temperature until it's destroyed by any means. In other words, the newer a particle is, the hotter it will be. Watch GOL on heat view and you will see that older particles slowly fade to blue while newer ones remain pink.
 
 
...In other words, the newer a particle is, the hotter it will be. Watch GOL on heat view and you'll see what I mean, older ones slowly fade to blue while newer ones remain purple.
 
 
 
You can abuse this to heat other elements, but otherwise it doesn't have much besides aesthetic use.
 
 
 
===  Heating/Cooling Using Life  ===
 
Using life elements to heat/cool other elements (eg. if your making a generator and need to heat water to make steam).
 
Generally, [http://www.conwaylife.com/wiki/index.php?title=Oscillator oscillators] are used as heaters, [http://www.conwaylife.com/wiki/index.php?title=Still_life still lifes] are used as coolers.
 
 
 
 
 
For example, using DANI (day and night) as a heater, place 9 DANI like this:
 
 
 
 
 
Place DMND or elements that can bear extreme hot conditions around. Then you got a heater with 8600C.
 
  
Place a still life, for example a [http://www.conwaylife.com/wiki/index.php?title=Beehive beehive] in GoL, it will cool itself quickly to -273.15C/0K. Place some materials around, then you got a absolute-zero cooler.
+
You can abuse this property to heat other elements, but otherwise it doesn't have much use. Generally, [https://www.conwaylife.com/wiki/Oscillator oscillators] are used as heaters, [https://www.conwaylife.com/wiki/Still_life still lifes] are used as coolers.
  
 +
{{Languages}}
  
 
[[Category:Elements]]
 
[[Category:Elements]]

Revision as of 10:23, 4 February 2020

LIFE.png Game Of Life
Properties
Section Life
Spawn temperature 8726.85°C
Heat Conductivity 16%
Relative weight 100
Gravity 0
Acid dissolve rate 0%
Flammability 0
State Solid
Misc properties
Source code


LIFE is an element that implements various cellular automata rules. All these different rules can be found in the Life menu.

All buttons in the Life menu create a particle of LIFE, but with a different ctype which indicates which cellular automata rule that particle is following.

Powder Toy also has one other CA rule which isn't listed here, since a separate element is used - WireWorld (WWLD).

GOL Game of Life

Rulestring: 23/3

Link to Wiki: Conway's Game of Life

This element is essentially Conway's Game of Life from way back when. It's been used to make enormous computing machines in the past, and now it's in Powder Toy. Even though the window size of Powder Toy limits it from being able to make enormous machines, all kinds of interesting things can still be made.

The basic premise is that on every frame, every pixel is calculated and the computer checks for the number of neighbors around each cell. If a cell is surrounded by two or three living cells, it continues to live on the next frame. However, if an empty cell is surrounded by exactly three live cells, it comes to life on the next frame. The result is the bacteria-like behaviors that GOL particles display.

GOL formations that remain static and do not change over time are called still-lives. Particles that change over time but remain stable (not exploding or anything). Certain formations have the ability to move across the screen but do not 'explode' in any way, these are thus called gliders. For more Information, check the wikipedia page.

The following names are essentially GOL, but using different functioning rules. Also, rules like star wars, Frog, Frog 2, have a extra number on the end. That number is the amount of frames an alive cell can keep itself alive without dying.

HLIF High Life

Rulestring: 23/36

The same as GOL but with one extra rule. High Life particles survive if surrounded by 2 or 3 particles, and come to life if surrounded by 3 or 6 particles. Because of the extra "6", there is an interesting spaceship and replicator that is unique to Highlife. Other than that, high life and GOL are very similar [1]

ASIM Assimilation

Rulestring: 4567/345

Assimilation particles survive if surrounded by 4, 5, 6, or 7 particles, and come to life if surrounded by 3, 4, or 5 particles. The result is a diamond-generating ruleset that can usually perfectly regenerate into its original shape if a large portion is deleted. Diamonds of ASIM can also absorb "fizzy" patterns, which makes them larger.

2x2 2×2

Rulestring: 125/36

2×2 particles survive if surrounded by 1, 2, or 5 particles, and come to life if surrounded by 3 or 6 particles. The result is particles which tend to make surprisingly geometric patterns when produced in even squares or lines. These oscillators can be made with 2×4 rectangles, 2×8 rectangles, 2×12 rectangles and so on.

For more information on 2×2, please visit [2]

DANI Day and Night

Rulestring: 34578/3678

Day and Night particles survive if surrounded by 3, 4, 6, 7, or 8 particles, and come to life if surrounded by 3, 6, 7, or 8 particles. The result is an exotic particle who's physical properties are exactly inversed both in floodfilled areas and empty ones. In other words, the same patterns can appear inside of a solid block of Day and Night as outside of it, hence its name.

AMOE Amoeba

Rulestring: 1358/357

Amoeba particles live up to their name, sloshing around figuratively speaking, producing a peculiar mess of splashy patterns. The result is what looks surprisingly like... Amoebas. Amoeba particles survive if surrounded by 1, 3, 5, or 8 particles, and come to life if surrounded by 3, 5, or 7 particles.

One cool property demonstrated by amoeba is that whenever one draws a perfectly straight light form left to right, or up to down, a fractal traingle is produced.

MOVE Move

Rulestring: 245/368

Move particles don't move anything... besides themselves. They survive if surrounded by 2, 4, or 5 particles, and come to life if surrounded by 3, 6, or 8 particles. The result is a particle that makes patterns that are adept at... moving. The patterns its makes tend to die off rather quickly from random soup, however.

PGOL Pseudo Life

Rulestring: 238/357

Pseudo Life produces patterns that look superficially like normal GOL, hence its name. Particles of Pseudo Life survive if surrounded by 2, 3, or 8 particles, and come to life if surrounded by 3, 5, or 7 particles.

DMOE Diamoeba

Rulestring: 5678/35678

Diamoeba particles are peculiar indeed. They're like a half-way step between Amoeba and Assimilation particles, producing irregular diamond shapes that lean towards gently disappearing on their own. They can survive when surrounded by 5, 6, 7, or 8 particles, and come back to life if surrounded by 3, 5, 6, 7, or 8 particles.

An interesting rectangular pattern is created when creating a perpendicular straight line.

34 34

Rulestring: 34/34

34 Life particles are an exploding-type particle that can be used to make certain types of useful patterns, but tend towards exploding randomly bigger and bigger if made much larger. 34 Life particles survive if surrounded by 3 or 4 particles, and come to life if surrounded by 3 or 4 particles (hence its name.)

LLIF Long Life

Rulestring: 5/345

Long Life particles actually don't resemble normal Life particles, being an alien type all their own. They tend to generate diamond shaped oscillators that essentially become stable and never die. Long Life particles survive when surrounded by only 5 particles, but come to life when surrounded by 3, 4, or 5 particles.

STAN Stains

Rulestring: 235678/3678

Stains particles are an exploding-type pattern that tends to splash outwards from its point of origin in predictable patterns in solid fill. Stain particles survive when surrounded by 2, 3, 5, 6, 7, or 8 particles, and come back to life when surrounded by 3, 6, 7, or 8 particles.

SEED Seeds

Rulestring: /2

An exploding rule in which every cell dies in every generation. It has many simple orthogonal spaceships, though it is in general difficult to create patterns that don't explode.

MAZE Maze

Rulestring: 12345/3

An exploding rule that crystalizes to form maze-like designs.

COAG Coagulations

Rulestring: 235678/378

An exploding rule in which patterns tend to expand forever, producing a thick "goo" as it does so.

WALL Walled cities

Rulestring: 2345/45678

A stable rule that forms centers of pseudo-random activity separated by walls.

GNAR Gnarl

Rulestring: 1/1

A simple exploding rule that forms complex patterns from even a single live cell. Expands rapidly by itself.

REPL Replicator

Rulestring: 1357/1357

An exploding rule in which every pattern is a replicator.

However, this is not a unique property of the rule string, as many others like Fredkin and Replicator 2 replicate, though they are not included in The Powder Toy.

The reason why every pattern in this rule is a replicator is complicated, but here is the link,

[3]

MYST Mystery

Rulestring: 05678/3458

Similar to diamoeba.

It is the only life variant in TPT that can survive with 0 surrounding cells.

STAR Star Wars

Rulestring: 3456/278/6

The 6 at the end means that if a Star Wars particle dies, it stays for 6 frames, and dissapears, instead of going away instantly. The 'dying' particle is not counted as a neighbor, and nothing can be born into that space until it dies. The dying particle will also turn from a dark blue to a much brighter blue as it dies.

LOTE Living on the Edge

Rulestring: 3458/37/4

Like Star wars, a LOTE pixel will survive for an extra 4 frames after it 'dies', those pixels will change color from a red to a yellow when this occurs.

BRAN Brian 6

Rulestring: 6/246/3

BRAN particles tend to form 'glider'(those things that look like spaceships) formations consisting of a 2 pixel by 2 pixel square and various trailing pieces. It is very hard if not impossible to make stable patterns

FROG Frogs

Rulestring: 12/34/3

FROG formations sometimes result in gliders that move slowly across the screen, somewhat like frogs

FRG2 Like Frogs Rule

Rulestring: 124/3/3

Similar to FROG, but less stable.

How it works

All kinds of GOL particles use Temperature to display in heat mode how long it's been since a particle has been born. A LIFE particle is always born at the highest possible temperature, and gently falls to the lowest temperature until it's destroyed by any means. In other words, the newer a particle is, the hotter it will be. Watch GOL on heat view and you will see that older particles slowly fade to blue while newer ones remain pink.

You can abuse this property to heat other elements, but otherwise it doesn't have much use. Generally, oscillators are used as heaters, still lifes are used as coolers.

Language: [[::Element:LIFE|English]]  • [[::Element:LIFE/ru|русский]]