tceclife

For discussion of other cellular automata.
Post Reply
User avatar
muzik
Posts: 5614
Joined: January 28th, 2016, 2:47 pm
Location: Scotland

tceclife

Post by muzik » August 6th, 2017, 3:54 pm

Ruletable:

Code: Select all

@RULE B36ce7c_S2-i34q

*** File autogenerated by saverule. ***


This is a two state, isotropic, non-totalistic rule on the Moore neighbourhood.
The notation used to define the rule was originally proposed by Alan Hensel.
See http://www.ibiblio.org/lifepatterns/neighbors2.html for details


@TABLE


n_states:2
neighborhood:Moore
symmetries:rotate4reflect

var a={0,1}
var b={0,1}
var c={0,1}
var d={0,1}
var e={0,1}
var f={0,1}
var g={0,1}
var h={0,1}

# Birth
0,1,1,1,0,0,0,0,0,1
0,1,1,0,1,0,0,0,0,1
0,1,1,0,0,1,0,0,0,1
0,1,1,0,0,0,1,0,0,1
0,1,1,0,0,0,0,1,0,1
0,1,1,0,0,0,0,0,1,1
0,1,0,1,0,1,0,0,0,1
0,1,0,1,0,0,1,0,0,1
0,1,0,0,1,0,1,0,0,1
0,0,1,0,1,0,1,0,0,1
0,1,1,1,1,1,0,1,0,1
0,1,1,1,1,0,1,0,1,1
0,1,1,1,1,1,1,1,0,1

# Survival
1,1,1,0,0,0,0,0,0,1
1,1,0,1,0,0,0,0,0,1
1,1,0,0,1,0,0,0,0,1
1,0,1,0,1,0,0,0,0,1
1,0,1,0,0,0,1,0,0,1
1,1,1,1,0,0,0,0,0,1
1,1,1,0,1,0,0,0,0,1
1,1,1,0,0,1,0,0,0,1
1,1,1,0,0,0,1,0,0,1
1,1,1,0,0,0,0,1,0,1
1,1,1,0,0,0,0,0,1,1
1,1,0,1,0,1,0,0,0,1
1,1,0,1,0,0,1,0,0,1
1,1,0,0,1,0,1,0,0,1
1,0,1,0,1,0,1,0,0,1
1,1,1,1,0,0,1,0,0,1

# Death
1,a,b,c,d,e,f,g,h,0


@COLORS



@ICONS

circles
A combination of two well-known rules gives a rule which keeps the glider, whilst keeping the two other basic spaceships from tlife and the 2c/8 seen commonly in explosive rules closely related to Life.

Code: Select all

x = 12, y = 18, rule = B36ce7c/S2-i34q
2o$3o$obo5b3o$bo7bo11$o7b2o$obo5b2o$2o6b2obo$10bo!
So far, the c/2 has also appeared from soup:

Code: Select all

x = 16, y = 16, rule = B36ce7c/S2-i34q
bobobboobobobboo$
booooooooooboobo$
obbbbbbbooobobbo$
obbbobooooobbobb$
oobobbbooooobobb$
ooobbbbbbobbbooo$
bboooobobbboobbb$
obbooboobobooobo$
bbbbobbbbbobobbb$
obboooooobboobbo$
bbobbooobbooobbb$
ooooooobbobooooo$
obbbboobbbbbboob$
bobboboboobobbbo$
bboboobobooboooo$
obooobbbobbobboo!

User avatar
muzik
Posts: 5614
Joined: January 28th, 2016, 2:47 pm
Location: Scotland

Re: tceclife

Post by muzik » August 6th, 2017, 4:14 pm

Pond layer in related rule:

Code: Select all

x = 21, y = 21, rule = B367/S2-i34q
b2o$o2bo$o2bo$b2o6$5bobo$6bo3$11bo$2b2o6bo$b2o8bo$2b2o$3b2obo11b2o$4b
3o10bo2bo$5bo11bo2bo$18b2o!

Post Reply