Double Life

For discussion of other cellular automata.
Post Reply
Dr. Monstaa
Posts: 70
Joined: December 5th, 2011, 3:46 pm

Double Life

Post by Dr. Monstaa » January 16th, 2012, 2:28 pm

Life with two uninteracting states

Code: Select all

n_states:3
neighborhood:Moore
symmetries:permute
var a={0,1,2}
var b={a}
var c={a}
var d={a}
var e={1,2}
var f={e}
var g={e}
var h={e}
var i={0,2}
var j={i}
var k={i}
var l={i}
var m={i}
var n={i}
var o={i}
var p={0,1}
var q={p}
var r={p}
var s={p}
var t={p}
var u={p}
var v={p}
0,a,b,0,0,0,0,0,0,0
0,a,b,c,d,e,f,g,h,0
0,1,1,1,0,0,0,0,0,1
0,2,2,2,0,0,0,0,0,2
1,a,i,j,k,l,m,n,o,0
1,a,b,c,d,1,1,1,1,0
1,a,1,1,0,0,0,0,0,1
2,a,p,q,r,s,t,u,v,0
2,a,b,c,d,2,2,2,2,0
2,a,2,2,0,0,0,0,0,2
.colors file

Code: Select all

color=1    0 128  192
color=2  255  0     0
I'm science-ing as fast as I can!- Professor Farnsworth

Dr. Monstaa
Posts: 70
Joined: December 5th, 2011, 3:46 pm

Re: Double Life

Post by Dr. Monstaa » January 16th, 2012, 2:49 pm

Still Life

Code: Select all

x = 6, y = 5, rule = DoubleLife
2.2B$2AB.B$A4.B$.A.A2B$2.2A!
Pulsars can be of any mix

Code: Select all

x = 15, y = 15, rule = DoubleLife
4.B5.A$4.B5.A$4.2B3.2A2$3B2.2B.2A2.3A$2.B.B.B.A.A.A$4.2B3.2A2$4.2A3.
2B$2.A.A.A.B.B.B$3A2.2A.2B2.3B2$4.2A3.2B$4.A5.B$4.A5.B!
Anti-gliders destroyed before interaction

Code: Select all

x = 9, y = 9, rule = DoubleLife
2.B$B.B$.2B3$5.2A$5.A.A$7.A$7.2A!
Lwss+Anti-Lwss=>Glider+Anti-Glider

Code: Select all

x = 13, y = 5, rule = DoubleLife
9.A2.A$.4B3.A$B3.B3.A3.A$4.B3.4A$B2.B!
I'm science-ing as fast as I can!- Professor Farnsworth

User avatar
Wojowu
Posts: 210
Joined: October 1st, 2011, 1:24 pm

Re: Double Life

Post by Wojowu » January 16th, 2012, 3:59 pm

2 blocks + 2 gliders -> 2 Big S

Code: Select all

x = 8, y = 18, rule = DoubleLife
.A$2.A$3A6$2.2B2A$2.2B2A6$5.3B$5.B$6.B!
Universal eater

Code: Select all

x = 40, y = 16, rule = DoubleLife
33.B$34.B$32.3B3$37.2A$37.2A2$.6B5.5B$B5.B4.B4.B21.2A$6.B9.B21.2A$5.B
9.B$25.4B$24.B3.B$28.B$27.B!
One time glider-MWSS

Code: Select all

x = 6, y = 11, rule = DoubleLife
4.A$2B.A.A$2B2.A6$3.3B$3.B$4.B!
Extensible spaceship

Code: Select all

x = 21, y = 21, rule = DoubleLife
19.B$20.B$18.3B$17.A$15.A.A$14.B.2A$15.B$13.3B$12.A$10.A.A$9.B.2A$10.
B$8.3B$7.A$5.A.A$4.B.2A$5.B$3.3B$2.A$A.A$.2A!
LWSS-glider

Code: Select all

x = 11, y = 4, rule = DoubleLife
.4B$B3.B$4.B4.2A$3.B5.2A!
First question ever. Often referred to as The Question. When this question is asked in right place in right time, no one can lie. No one can abstain. But when The Question is asked, silence will fall. Silence must fall. The Question is: Doctor Who?

chineseman
Posts: 28
Joined: July 12th, 2012, 6:43 am

Re: Double Life

Post by chineseman » July 12th, 2012, 9:11 am

blinker-puffer: :lol: :lol: :lol: :lol: :lol:

Code: Select all

x = 56, y = 24, rule = doublelife
25.6B$24.B5.B$30.B$24.B4.B$26.2B11.6B$38.B5.B7.4A$44.B6.A3.A$26.A11.B
4.B11.A$2.3A20.A.A.3A8.2B9.A2.A$24.A2.A.3A8.A$A5.A19.A2.A3.2A3.4A8.A$
A5.A16.3A7.A3.A4.A7.3A$A5.A17.A5.A12.A5.A3.A$31.A12.5A4.A$2.3A26.A6.
3A4.4A.A.2A$32.A9.3A.2A3.A$30.2A4.A11.A.A$29.A$29.A2.2A$52.4A$33.4B
14.A3.A$32.6B17.A$32.4B.2B12.A2.A$36.2B!

Post Reply