An unnamed rule

For discussion of other cellular automata.
Post Reply
User avatar
PHPBB12345
Posts: 1096
Joined: August 5th, 2015, 11:55 pm
Contact:

An unnamed rule

Post by PHPBB12345 » May 25th, 2016, 9:15 am

rule table:

Code: Select all

@RULE unnamed_3474322595i

@TABLE

n_states:25
neighborhood:Moore
symmetries:permute

# General Behavior:
#
# 0 is empty
# 1 is on
# 2 is birthforcer
# 3 is deathforcer
# 4 is birthforcer + deathforcer
# 5 is blocker
# 6 is reactor
#
# Specific Behavior
# 0 changes to 1 when (state1 neighbors + state6 neighbors) == 3
# 0 changes to 1 when (state2 neighbors + state4 neighbors) >= 1
# otherwise 0 stays 0
#
# 1 changes to 0 when (state1 neighbors + state6 neighbors) != 2, 3
# 1 changes to 0 when (state3 neighbors + state4 neighbors) >= 1
# otherwise 1 stays 1
#
# 2 always stays 2
#
# 3 always stays 3
#
# 4 always stays 4
#
# 5 always stays 5
#
# 6 always stays 6
#
# 7 always stays 8
#
# 8 always stays 7

var a={2,4}
var b={0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24}
var c={b}
var d={b}
var e={b}
var f={b}
var g={b}
var h={b}
var z={b}
var i={1,6,8,18,20}
var j={i}
var k={i}
var L={i}
var m={i}
var n={i}
var o={i}
var p={i}
var q={0,2,3,4,5,7,17,19,21,22,23,24}
var r={q}
var s={q}
var t={q}
var u={q}
var v={q}
var w={q}
var x={q}
var y={3,4}
var aa={0,1,2,3,4,5,6,7,8, 9,12,13,14,15,16,17,19,20}
var ba={0,1,2,3,4,5,6,7,8,10,11,13,14,15,16,18,19,20}
var ca={0,1,2,3,4,5,6,7,8,13,16, 9,10,11,12,19,17,18}
var da={0,1,2,3,4,5,6,7,8,14,15, 9,10,11,12,20,17,18}
var ab={aa}
var bb={ba}
var cb={ca}
var db={da}
var ac={aa}
var bc={ba}
var cc={ca}
var dc={da}
var ad={aa}
var bd={ba}
var cd={ca}
var dd={da}
var ae={aa}
var be={ba}
var ce={ca}
var de={da}
var af={aa}
var bf={ba}
var cf={ca}
var df={da}
var ag={aa}
var bg={ba}
var cg={ca}
var dg={da}
var ea={21,22}
var eb={23,24}
var fa={1,6,8,18}
var fb={1,6,8,20}
var fc={fa}
var fd={fb}
var ah={21,23}
var bh={22,24}
var ch={9,10,11,12}
var dh={13,14,15,16}

ch,bh, b, c, d, e, f, g, h,10
ch,ah, b, c, d, e, f, g, h,12
dh,bh, b, c, d, e, f, g, h,14
dh,ah, b, c, d, e, f, g, h,16

11,12, b, c, d, e, f, g, h,12
 9,10, b, c, d, e, f, g, h,10
10,12,aa,ab,ac,ad,ae,af,ag,12
10, z, b, c, d, e, f, g, h,11
12,10,ba,bb,bc,bd,be,bf,bg,10
12, z, b, c, d, e, f, g, h, 9

15,16, b, c, d, e, f, g, h,16
13,14, b, c, d, e, f, g, h,14
14,16,ca,cb,cc,cd,ce,cf,cg,16
14, z, b, c, d, e, f, g, h,15
16,14,da,db,dc,dd,de,df,dg,14
16, z, b, c, d, e, f, g, h,13

11, 9, b, c, d, e, f, g, h,12
15,13, b, c, d, e, f, g, h,16

17,10, b, c, d, e, f, g, h,18
18,12, b, c, d, e, f, g, h,17
19,14, b, c, d, e, f, g, h,20
20,16, b, c, d, e, f, g, h,19

ea,fa,fc, c, d, e, f, g, h,21
eb,fb,fd, c, d, e, f, g, h,23
ea, i, b, c, d, e, f, g, h,22
eb, i, b, c, d, e, f, g, h,24
22, z, b, c, d, e, f, g, h,21
24, z, b, c, d, e, f, g, h,23

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

# 0 normal birth
0,i,j,k,q,r,s,t,u,1

# 1 deathforcer
1,y,b,c,d,e,f,g,h,0

# 1 normal death
1,q,r,s,t,u,v,w,x,0
1,i,r,s,t,u,v,w,x,0
1,i,j,k,L,u,v,w,x,0
1,i,j,k,L,m,v,w,x,0
1,i,j,k,L,m,n,w,x,0
1,i,j,k,L,m,n,o,x,0
1,i,j,k,L,m,n,o,p,0

7,b,c,d,e,f,g,h,z,8
8,b,c,d,e,f,g,h,z,7

@COLORS

0   0   0   0
1 255 255 255
2   0 255   0
3 255   0   0
4 192 192   0
5 128 128 128
6 192 192 192
7 128 128 128
8 192 192 192

 9 170  85   0
10 255  85   0
11 255 170  85
12 128  64   0
13  85 170   0
14  85 255   0
15 170 255  85
16  64 128   0

17  64 192 128
18  96 255 160
19  64 128 192
20  96 160 255

21 128  64 192
22 192 128 192
23 224  64 192
24 255 128 192

User avatar
ygh
Posts: 48
Joined: March 18th, 2016, 4:47 pm

Re: An unnamed rule

Post by ygh » May 27th, 2016, 10:08 pm

11 cell glider gun found! (probably unoptimal)

Code: Select all

x = 0, y = 0, rule = unnamed_3474322595i
2.J.E$M.H2.F.O$2.B4.A$XR6.M!
EDIT: Never mind, 5 cell unidimensional double-barreled.

Code: Select all

x = 0, y = 0, rule = unnamed_3474322595i
K.G6.B.BC!
Last edited by ygh on May 28th, 2016, 12:24 pm, edited 6 times in total.

User avatar
PHPBB12345
Posts: 1096
Joined: August 5th, 2015, 11:55 pm
Contact:

Re: An unnamed rule

Post by PHPBB12345 » May 27th, 2016, 11:38 pm

ygh wrote:11 cell glider gun found! (probably unoptimal)

Code: Select all

x = 0, y = 0, rule = unnamed_3474322595i
2.J.E$M.H2.F.O$2.B4.A$XR6.M!

Code: Select all

x = 8, y = 6, rule = extendedlife
.3E$.ED2E$EFAF.FE$EFB3.EF$EF5.E$7.E!

User avatar
PHPBB12345
Posts: 1096
Joined: August 5th, 2015, 11:55 pm
Contact:

Re: An unnamed rule

Post by PHPBB12345 » May 28th, 2016, 10:42 pm

ygh wrote:Never mind, 5 cell unidimensional double-barreled.

Code: Select all

x = 0, y = 0, rule = unnamed_3474322595i
K.G6.B.BC!

Code: Select all

x = 12, y = 3, rule = unnamed_3474322595i
E$EG6.B.BC$E!

Bullet51
Posts: 663
Joined: July 21st, 2014, 4:35 am

Re: An unnamed rule

Post by Bullet51 » May 28th, 2016, 10:53 pm

ygh wrote:Never mind, 5 cell unidimensional double-barreled.

Code: Select all

x = 0, y = 0, rule = unnamed_3474322595i
K.G6.B.BC!
4 cells:

Code: Select all

x = 11, y = 11, rule = unnamed_3474322595i
C6.B2.E10$.C!
Still drifting.

User avatar
PHPBB12345
Posts: 1096
Joined: August 5th, 2015, 11:55 pm
Contact:

Re: An unnamed rule

Post by PHPBB12345 » May 28th, 2016, 11:03 pm

Bullet51 wrote:4 cells:

Code: Select all

x = 11, y = 11, rule = unnamed_3474322595i
C6.B2.E10$.C!

Code: Select all

x = 11, y = 11, rule = extendedlife
C6.B2.E10$.C!

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

Re: An unnamed rule

Post by muzik » May 29th, 2016, 5:25 am

I'm sorry.

Code: Select all

x = 4, y = 4, rule = unnamed_3474322595i
B3$3.C!

User avatar
PHPBB12345
Posts: 1096
Joined: August 5th, 2015, 11:55 pm
Contact:

Re: An unnamed rule

Post by PHPBB12345 » May 29th, 2016, 8:44 am

muzik wrote:I'm sorry.

Code: Select all

x = 4, y = 4, rule = unnamed_3474322595i
B3$3.C!
http://conwaylife.com/forums/viewtopic. ... 375#p31375

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

Re: An unnamed rule

Post by muzik » May 29th, 2016, 10:52 am

PHPBB12345 wrote:
muzik wrote:I'm sorry.

Code: Select all

x = 4, y = 4, rule = unnamed_3474322595i
B3$3.C!
http://conwaylife.com/forums/viewtopic. ... 375#p31375
That was my post.

Post Reply