OCA:Maze

From LifeWiki
(Redirected from Maze)
Jump to navigation Jump to search
Maze
x=0, y = 0, rule = B3/S12345 ! #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 12345/3
B3/S12345
Rule integer 31752
Character Explosive
Black/white reversal B0128/S01234678

Maze is a Life-like cellular automaton in which cells survive from one generation to the next if they have at least 1 and at most 5 neighbours. Cells are born if they have exactly 3 neighbours. This resembles Conway's Game of Life in some ways, but it is rather more difficult for cells to die off, and random starting patterns tend to evolve into complex growing maze-like structures with well-defined walls outlining corridors.

Notable patterns

The maze rule is explosive, which means that most randomly-generated starting patterns will explode in all directions. Nonetheless, there are many still lifes and oscillators under this rule. It has no known spaceships.[1]

Still lifes

Below are all still lifes with nine or fewer cells in the maze rule.[2] It is worth noting that, because the only difference between this rule and the standard Conway rule is that cells have more ways of staying alive, every pattern that is a still life in standard Life is also a still life in the maze rule. Similarly, every still life in the maze rule will also be a still life in the Life without death rule.

Other notable still lifes include the infinitely-extensible diagonal line. Also, any diamond in which every other cell is alive (i.e. any barge that is extended in either length and/or width) is a still life.

Size Count Image Links
1 0
2 2 Maze2cellstilllifes.png Download RLE: click here
3 1 Maze3cellstilllifes.png Download RLE: click here
4 5 Maze4cellstilllifes.png Download RLE: click here
5 7 Maze5cellstilllifes.png Download RLE: click here
6 18 Maze6cellstilllifes.png Download RLE: click here
7 40 Maze7cellstilllifes.png Download RLE: click here
8 197 Maze8cellstilllifes.png Download RLE: click here
9 669 Maze9cellstilllifes.png Download RLE: click here

Oscillators

The smallest period 2 oscillator is an on-off that has several different possible stators, some of which are shown below.

x = 28, y = 5, rule = B3/S12345 2obo3b2obo4b2ob2o3b2ob2o$bobo4bobo5bobo5bob2o$o6bo2b2o3bo2b2o3bo2bo$o 2bo3bo3bo3bo3bo3bo3bo$2b2o5b2o6b2o6b2o! #C [[ THUMBSIZE 2 THEME 6 GRID GRIDMAJOR 0 SUPPRESS THUMBLAUNCH ]] [[ AUTOSTART GPS 2 ]]
Some period 2 oscillators
(click above to open LifeViewer)
RLE: here Plaintext: here

Other patterns

One wickstretcher that commonly appears from random starting configurations is shown below. Its period is 12 and it travels at speed c/3. It can be stabilized on the left edge in many different ways.

x = 6, y = 8, rule = B3/S12345 2o$b3o$bob2o$3b3o$3b2o$bobo$b3o$2o! #C [[ THUMBSIZE 2 THEME 6 GRID GRIDMAJOR 0 SUPPRESS THUMBLAUNCH ]]
A common wickstretcher
(click above to open LifeViewer)
RLE: here Plaintext: here

Similar rules

Mazectric

The most well-known related rule is known as mazectric, which has rulestring 1234/3. That is, it is the same as the maze rule except that cells don't survive if they have 5 neighbours. This results in maze patterns that tend to have longer and straighter corridors.

Mazectric
x=0, y = 0, rule = B3/S1234 ! #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 1234/3
B3/S1234
Rule integer 15368
Character Explosive
Black/white reversal B01238/S01234678
Generation 235 of the evolution of a 10×10 square of random cells under the mazectric rule






Mice

By adding seven to the birth condition, you get "mice" running through the mazes of Maze or Mazectric.

Maze with Mice
x=0, y = 0, rule = B37/S12345 ! #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 12345/37
B37/S12345
Rule integer 31880
Character Explosive
Black/white reversal B01238/S0234678
Mazectric with Mice
x=0, y = 0, rule = B37/S1234 ! #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 1234/37
B37/S1234
Rule integer 15496
Character Explosive
Black/white reversal B0128/S0234678

References

  1. Maze (B3/S12345) at David Eppstein's Glider Database
  2. Computed using the EnumStillLifes.c script located here.

External links