My new CA

For discussion of other cellular automata.
Post Reply
chineseman
Posts: 28
Joined: July 12th, 2012, 6:43 am

My new CA

Post by chineseman » August 23rd, 2012, 2:04 am

Save as newca.table

Code: Select all

n_states:3
neighborhood:vonNeumann
symmetries:permute
var a={0,1,2}
var b=a
var c=a
var d=a
0,1,0,0,0,1
0,1,1,0,0,2
0,1,2,0,0,2
0,1,2,2,0,2
1,1,2,0,0,1
1,a,b,0,0,0
2,2,2,0,0,1
2,1,1,0,0,1
2,a,b,c,d,0

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

Re: My new CA

Post by chineseman » August 23rd, 2012, 2:14 am

Some reactions:

Code: Select all

x = 5, y = 5, rule = newca
.B$B.B$.A$3.A$2.B.B!

Code: Select all

x = 6, y = 5, rule = newca
.2A$B2.BA$.2B.AB$4.A$4.AB!
I guess there is quadratic growth in this rule.

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

Re: My new CA

Post by chineseman » August 23rd, 2012, 2:14 am

No reply,please die!

MilhinSA
Posts: 48
Joined: July 23rd, 2012, 10:43 pm
Location: Tomsk, Russia
Contact:

Re: My new CA

Post by MilhinSA » September 1st, 2012, 10:05 pm

When driving the spaceships emit other spaceships.

Image

Code: Select all

x = 14, y = 21, rule = newca
12.B$.B7.B.B.A$A7.A2.B.A$.B7.B.B.A$12.B7$8.B$7.B.A2.B$6.B.AB.B.A$5.B
2.B2.B.A$9.B.B.A$12.B2$.B$B.B$.A!

Post Reply