new unnamed CA (1)

For discussion of other cellular automata.
Post Reply
User avatar
ssaamm
Posts: 125
Joined: June 4th, 2010, 9:43 pm

new unnamed CA (1)

Post by ssaamm » September 16th, 2010, 8:51 pm

Well, I made a two state rule table that I have no name for yet, mainly because I want to know how I could make it better to allow for more complexity in ships, oscillators, etc.
I also made a list of rule table codes for making your own CA of similar kind

Here is the table:

Code: Select all

#unm1

n_states:2
neighborhood:moore
symmetries:rotate8

#Grow:

#0
0000000000

#1
0100000000

#2
0110000000
0101000001
0100100001
0100010001

#3
0111000000
0110100000
0110010000
0101010000
0101001000

#4
0111100000
0111010000
0111001000
0110110000
0110101000
0101010100

#5
0111110000
0111101000
0111011000
0111010100
0110110100

#6
0111111000
0111110100
0111101100
0111011100

#7
0111111000

#8
0111111110

#survive

#0
1000000000

#1
1100000001

#2
1110000001
1101000001
1100100000
1100010000

#3
1111000000
1110100000
1110010000
1101010000
1101001000

#4
1111100000
1111010000
1111001000
1110110000
1110101000
1101010100

#5
1111110000
1111101000
1111011000
1111010100
1110110100

#6
1111111000
1111110100
1111101100
1111011100

#7
1111111001

#8
1111111110
And here is the list of codes:

Code: Select all

n_states:2
neighborhood:moore
symmetries:rotate8reflect

#Grow:

#0
0000000000

#1
0100000000

#2
0110000000
0101000000
0100100000
0100010000

#3
0111000000
0110100000
0110010000
0101010000
0101001000

#4
0111100000
0111010000
0111001000
0110110000
0110101000
0101010100

#5
0111110000
0111101000
0111011000
0111010100
0110110100

#6
0111111000
0111110100
0111101100
0111011100

#7
0111111000

#8
0111111110

#survive

#0
1000000000

#1
1100000000

#2
1110000000
1101000000
1100100000
1100010000

#3
1111000000
1110100000
1110010000
1101010000
1101001000

#4
1111100000
1111010000
1111001000
1110110000
1110101000
1101010100

#5
1111110000
1111101000
1111011000
1111010100
1110110100

#6
1111111000
1111110100
1111101100
1111011100

#7
1111111000

#8
1111111110

Batmanifestdestiny
Posts: 54
Joined: June 9th, 2010, 3:53 pm

Re: new unnamed CA (1)

Post by Batmanifestdestiny » September 19th, 2010, 8:15 pm

This CA seems to favor extremely small diagonal spaceships. I wasn't sure what to call it, so I named it ssaamm.

Code: Select all

x = 15, y = 4, rule = ssaamm
14bo$o12bo2$2o11b2o!

Post Reply