Symbiosis

For discussion of other cellular automata.
HotWheels9232
Posts: 559
Joined: May 25th, 2022, 9:10 pm
Location: Help! I got dragged away into the middle of nowhere by a LWSS which suddenly launched from a soup

Re: Symbiosis

Post by HotWheels9232 » August 30th, 2022, 6:23 pm

Slight variation pf symbiosis:

Code: Select all

@RULE B3/S23B34q/S23-kSymbiosis
@TABLE
n_states:3
neighborhood:Moore
symmetries:rotate4reflect
#life
#b3a
0, 1,1,1,0,0,0,0,0, 1
#b3i
0, 0,1,1,1,0,0,0,0, 1
#b3k
0, 1,0,1,0,0,1,0,0, 1
#b3c
0, 0,1,0,1,0,1,0,0, 1
#b3e
0, 1,0,1,0,1,0,0,0, 1
#b3n
0, 0,1,1,0,0,0,0,1, 1
#b3y
0, 0,1,0,0,1,0,0,1, 1
#b3q
0, 1,0,0,1,0,0,0,1, 1
#b3j
0, 1,0,1,0,0,0,0,1, 1
#b3r
0, 1,0,0,0,1,0,0,1, 1
#s0
1, 0,0,0,0,0,0,0,0, 0
#s1e
1, 1,0,0,0,0,0,0,0, 0
#s1c
1, 0,1,0,0,0,0,0,0, 0
#s4c
1, 0,1,0,1,0,1,0,1, 0
#s4e
1, 1,0,1,0,1,0,1,0, 0
#s4k
1, 0,1,0,0,1,0,1,1, 0
#s4a
1, 1,1,1,0,0,0,0,1, 0
#s4i
1, 0,1,1,0,0,0,1,1, 0
#s4n
1, 1,1,0,0,0,1,0,1, 0
#s4y
1, 0,1,1,0,0,1,0,1, 0
#s4q
1, 1,0,0,1,0,0,1,1, 0
#s4j
1, 1,0,1,0,1,0,0,1, 0
#s4r
1, 1,0,1,0,0,0,1,1, 0
#s4t
1, 1,1,0,0,1,0,0,1, 0
#s4w
1, 1,0,1,1,0,0,0,1, 0
#s4z
1, 1,0,0,1,1,0,0,1, 0
#s5c
1, 1,0,1,1,1,0,1,0, 0
#s5e
1, 0,1,0,1,1,1,0,1, 0
#s5k
1, 1,1,0,1,0,1,1,0, 0
#s5a
1, 0,1,1,1,1,1,0,0, 0
#s5i
1, 0,0,1,1,1,1,1,0, 0
#s5n
1, 1,0,0,1,1,1,1,0, 0
#s5y
1, 1,0,1,1,0,1,1,0, 0
#s5q
1, 0,1,1,0,1,1,1,0, 0
#s5j
1, 0,1,0,1,1,1,1,0, 0
#s5r
1, 0,1,1,1,0,1,1,0, 0
#s6c
1, 1,0,1,1,1,1,1,0, 0
#s6e
1, 0,1,1,1,1,1,0,1, 0
#s6k
1, 1,1,0,1,1,1,1,0, 0
#s6a
1, 0,1,1,1,1,1,1,0, 0
#s6i
1, 0,1,1,1,0,1,1,1, 0
#s6n
1, 1,1,1,0,1,1,1,0, 0
#s7c
1, 1,1,1,1,1,1,1,0, 0
#s7e
1, 0,1,1,1,1,1,1,1, 0
#s8
1, 1,1,1,1,1,1,1,1, 0
#ObliquePufferLife
#b3a
0, 2,2,2,0,0,0,0,0, 2
#b3i
0, 0,2,2,2,0,0,0,0, 2
#b3k
0, 2,0,2,0,0,2,0,0, 2
#b3c
0, 0,2,0,2,0,2,0,0, 2
#b3e
0, 2,0,2,0,2,0,0,0, 2
#b3n
0, 0,2,2,0,0,0,0,2, 2
#b3y
0, 0,2,0,0,2,0,0,2, 2
#b3q
0, 2,0,0,2,0,0,0,2, 2
#b3j
0, 2,0,2,0,0,0,0,2, 2
#b3r
0, 2,0,0,0,2,0,0,2, 2
#b4q
0, 2,0,0,2,0,0,2,2, 2
#s0
2, 0,0,0,0,0,0,0,0, 0
#s1c
2, 0,0,0,0,0,0,0,2, 0
#s1e
2, 2,0,0,0,0,0,0,0, 0
#s3k
2, 0,0,2,0,2,0,0,2, 0
#s4c
2, 0,2,0,2,0,2,0,2, 0
#s4e
2, 2,0,2,0,2,0,2,0, 0
#s4k
2, 0,2,0,0,2,0,2,2, 0
#s4a
2, 2,2,2,0,0,0,0,2, 0
#s4i
2, 0,2,2,0,0,0,2,2, 0
#s4n
2, 2,2,0,0,0,2,0,2, 0
#s4y
2, 0,2,2,0,0,2,0,2, 0
#s4q
2, 2,0,0,2,0,0,2,2, 0
#s4j
2, 2,0,2,0,2,0,0,2, 0
#s4r
2, 2,0,2,0,0,0,2,2, 0
#s4t
2, 2,2,0,0,2,0,0,2, 0
#s4w
2, 2,0,2,2,0,0,0,2, 0
#s4z
2, 2,0,0,2,2,0,0,2, 0
#s5c
2, 2,0,2,2,2,0,2,0, 0
#s5e
2, 0,2,0,2,2,2,0,2, 0
#s5k
2, 2,2,0,2,0,2,2,0, 0
#s5a
2, 0,2,2,2,2,2,0,0, 0
#s5i
2, 0,0,2,2,2,2,2,0, 0
#s5n
2, 2,0,0,2,2,2,2,0, 0
#s5y
2, 2,0,2,2,0,2,2,0, 0
#s5q
2, 0,2,2,0,2,2,2,0, 0
#s5j
2, 0,2,0,2,2,2,2,0, 0
#s5r
2, 0,2,2,2,0,2,2,0, 0
#s6c
2, 2,0,2,2,2,2,2,0, 0
#s6e
2, 0,2,2,2,2,2,0,2, 0
#s6k
2, 2,2,0,2,2,2,2,0, 0
#s6a
2, 0,2,2,2,2,2,2,0, 0
#s6i
2, 0,2,2,2,0,2,2,2, 0
#s6n
2, 2,2,2,0,2,2,2,0, 0
#s7c
2, 2,2,2,2,2,2,2,0, 0
#s7e
2, 0,2,2,2,2,2,2,2, 0
#s8
2, 2,2,2,2,2,2,2,2, 0
@COLORS
0 0 0 0
1 255 255 255
2 64 224 208
My rules:
B34q/S23-k(ObliquePufferLife) and
B2n3-n4c5c/S234cz5cPM me to get some help on making rules!

Code: Select all

x = 8, y = 5, rule = B3-k/S23
2o3b2o$obo2bobo$2bo2bo$bo$b2o!

get_Snacked
Posts: 153
Joined: August 20th, 2022, 10:51 pm
Location: Earth

Re: Symbiosis

Post by get_Snacked » August 30th, 2022, 7:46 pm

HotWheels9232 wrote:
July 30th, 2022, 2:52 pm
I found a HWSS eater, wanted to edit my message, but instead saw an notification so I have to make a new post.

Code: Select all

x = 6, y = 12, rule = Symbiosis
A.B.A$B.A.B4$.3A$.A2.A$.A$.A3.A$.A3.A$.A$2.A.A!
Edit 1:
It can eat several things, and even makes a 135 degree LWSS-to-G!

Code: Select all

x = 15, y = 177, rule = Symbiosis
6.A.B.A$6.B.A.B2$8.A$7.3A$7.A4$3A$2.A$.A10$9.3A$9.A2.A$9.A$9.A$10.A.A
31$10.3A$10.A2.A$10.A$10.A3.A$10.A$11.A.A81$8.3A$8.A2.A$8.A$8.A3.A$8.
A$9.A.A10$9.3A$9.A2.A$9.A$9.A3.A$9.A$10.A.A8$9.3A$9.A2.A$9.A$9.A3.A$
9.A3.A$9.A$10.A.A!
clean century to herschel based on this:

Code: Select all

x = 9, y = 8, rule = Symbiosis
.AB$B.A.A.B.A$4.B.A.B3$5.3A$5.A2.A$7.2A!
it's OP, as it's a B-heptomino hitting a beehive in order to become clean. although, there are probably many things that have a lower repeat time. the block is also cleaned by a honey farm predecessor.
1983263225470666662666647618

HotWheels9232
Posts: 559
Joined: May 25th, 2022, 9:10 pm
Location: Help! I got dragged away into the middle of nowhere by a LWSS which suddenly launched from a soup

Re: Symbiosis

Post by HotWheels9232 » August 30th, 2022, 9:54 pm

Here is another p46, however the sparks are not as strong as twin bees and Tanner.

Code: Select all

x = 10, y = 7, rule = Symbiosis
.B$.2A5.AB$.A5.2A$B2A4.A$2.A.A.AB$.B2A.2A$2.B.A.B!
The rule table I posted earlier doesn't work. Here is the right one:

Code: Select all

@RULE b3s23b34qs23-kSymbiosis
@TABLE
n_states:3
neighborhood:Moore
symmetries:rotate4reflect
#life
#b3a
0, 1,1,1,0,0,0,0,0, 1
#b3i
0, 0,1,1,1,0,0,0,0, 1
#b3k
0, 1,0,1,0,0,1,0,0, 1
#b3c
0, 0,1,0,1,0,1,0,0, 1
#b3e
0, 1,0,1,0,1,0,0,0, 1
#b3n
0, 0,1,1,0,0,0,0,1, 1
#b3y
0, 0,1,0,0,1,0,0,1, 1
#b3q
0, 1,0,0,1,0,0,0,1, 1
#b3j
0, 1,0,1,0,0,0,0,1, 1
#b3r
0, 1,0,0,0,1,0,0,1, 1
#s0
1, 0,0,0,0,0,0,0,0, 0
#s1e
1, 1,0,0,0,0,0,0,0, 0
#s1c
1, 0,1,0,0,0,0,0,0, 0
#s4c
1, 0,1,0,1,0,1,0,1, 0
#s4e
1, 1,0,1,0,1,0,1,0, 0
#s4k
1, 0,1,0,0,1,0,1,1, 0
#s4a
1, 1,1,1,0,0,0,0,1, 0
#s4i
1, 0,1,1,0,0,0,1,1, 0
#s4n
1, 1,1,0,0,0,1,0,1, 0
#s4y
1, 0,1,1,0,0,1,0,1, 0
#s4q
1, 1,0,0,1,0,0,1,1, 0
#s4j
1, 1,0,1,0,1,0,0,1, 0
#s4r
1, 1,0,1,0,0,0,1,1, 0
#s4t
1, 1,1,0,0,1,0,0,1, 0
#s4w
1, 1,0,1,1,0,0,0,1, 0
#s4z
1, 1,0,0,1,1,0,0,1, 0
#s5c
1, 1,0,1,1,1,0,1,0, 0
#s5e
1, 0,1,0,1,1,1,0,1, 0
#s5k
1, 1,1,0,1,0,1,1,0, 0
#s5a
1, 0,1,1,1,1,1,0,0, 0
#s5i
1, 0,0,1,1,1,1,1,0, 0
#s5n
1, 1,0,0,1,1,1,1,0, 0
#s5y
1, 1,0,1,1,0,1,1,0, 0
#s5q
1, 0,1,1,0,1,1,1,0, 0
#s5j
1, 0,1,0,1,1,1,1,0, 0
#s5r
1, 0,1,1,1,0,1,1,0, 0
#s6c
1, 1,0,1,1,1,1,1,0, 0
#s6e
1, 0,1,1,1,1,1,0,1, 0
#s6k
1, 1,1,0,1,1,1,1,0, 0
#s6a
1, 0,1,1,1,1,1,1,0, 0
#s6i
1, 0,1,1,1,0,1,1,1, 0
#s6n
1, 1,1,1,0,1,1,1,0, 0
#s7c
1, 1,1,1,1,1,1,1,0, 0
#s7e
1, 0,1,1,1,1,1,1,1, 0
#s8
1, 1,1,1,1,1,1,1,1, 0
#ObliquePufferLife
#b3a
0, 2,2,2,0,0,0,0,0, 2
#b3i
0, 0,2,2,2,0,0,0,0, 2
#b3k
0, 2,0,2,0,0,2,0,0, 2
#b3c
0, 0,2,0,2,0,2,0,0, 2
#b3e
0, 2,0,2,0,2,0,0,0, 2
#b3n
0, 0,2,2,0,0,0,0,2, 2
#b3y
0, 0,2,0,0,2,0,0,2, 2
#b3q
0, 2,0,0,2,0,0,0,2, 2
#b3j
0, 2,0,2,0,0,0,0,2, 2
#b3r
0, 2,0,0,0,2,0,0,2, 2
#b4q
0, 2,0,0,2,0,0,2,2, 2
#s0
2, 0,0,0,0,0,0,0,0, 0
#s1c
2, 0,0,0,0,0,0,0,2, 0
#s1e
2, 2,0,0,0,0,0,0,0, 0
#s3k
2, 0,0,2,0,2,0,0,2, 0
#s4c
2, 0,2,0,2,0,2,0,2, 0
#s4e
2, 2,0,2,0,2,0,2,0, 0
#s4k
2, 0,2,0,0,2,0,2,2, 0
#s4a
2, 2,2,2,0,0,0,0,2, 0
#s4i
2, 0,2,2,0,0,0,2,2, 0
#s4n
2, 2,2,0,0,0,2,0,2, 0
#s4y
2, 0,2,2,0,0,2,0,2, 0
#s4q
2, 2,0,0,2,0,0,2,2, 0
#s4j
2, 2,0,2,0,2,0,0,2, 0
#s4r
2, 2,0,2,0,0,0,2,2, 0
#s4t
2, 2,2,0,0,2,0,0,2, 0
#s4w
2, 2,0,2,2,0,0,0,2, 0
#s4z
2, 2,0,0,2,2,0,0,2, 0
#s5c
2, 2,0,2,2,2,0,2,0, 0
#s5e
2, 0,2,0,2,2,2,0,2, 0
#s5k
2, 2,2,0,2,0,2,2,0, 0
#s5a
2, 0,2,2,2,2,2,0,0, 0
#s5i
2, 0,0,2,2,2,2,2,0, 0
#s5n
2, 2,0,0,2,2,2,2,0, 0
#s5y
2, 2,0,2,2,0,2,2,0, 0
#s5q
2, 0,2,2,0,2,2,2,0, 0
#s5j
2, 0,2,0,2,2,2,2,0, 0
#s5r
2, 0,2,2,2,0,2,2,0, 0
#s6c
2, 2,0,2,2,2,2,2,0, 0
#s6e
2, 0,2,2,2,2,2,0,2, 0
#s6k
2, 2,2,0,2,2,2,2,0, 0
#s6a
2, 0,2,2,2,2,2,2,0, 0
#s6i
2, 0,2,2,2,0,2,2,2, 0
#s6n
2, 2,2,2,0,2,2,2,0, 0
#s7c
2, 2,2,2,2,2,2,2,0, 0
#s7e
2, 0,2,2,2,2,2,2,2, 0
#s8
2, 2,2,2,2,2,2,2,2, 0
@COLORS
0 0 0 0
1 255 255 255
2 64 224 208
It was because the name wasn't supported.
Can you add this to the wiki? I don't have an account.
My rules:
B34q/S23-k(ObliquePufferLife) and
B2n3-n4c5c/S234cz5cPM me to get some help on making rules!

Code: Select all

x = 8, y = 5, rule = B3-k/S23
2o3b2o$obo2bobo$2bo2bo$bo$b2o!

User avatar
Ian07
Moderator
Posts: 891
Joined: September 22nd, 2018, 8:48 am
Location: New Jersey, US

Re: Symbiosis

Post by Ian07 » August 31st, 2022, 10:42 am

HotWheels9232 wrote:
August 30th, 2022, 9:54 pm
Can you add this to the wiki? I don't have an account.
Done.

User avatar
hotcrystal0
Posts: 2199
Joined: July 3rd, 2020, 5:32 pm
Location: United States

Re: Symbiosis

Post by hotcrystal0 » September 9th, 2022, 7:19 pm

very complicated G to B

Code: Select all

x = 31, y = 56, rule = Symbiosis
29.A$27.2A$28.2A2$18.B$17.A$16.B2$27.AB2$8.B15.B$7.A14.2A$6.B15.2A2$7.
A$6.A.A19.2AB$7.2A19.2A$2.B2A$4.A$8.2A$8.2A6$9.B$9.A$8.2A8$28.B$28.A$
27.A.A$28.A$28.B13$2A.2A$2A.2A$2.B.B!

Code: Select all

x = 192, y = 53, rule = B3/S23
33$42b4o$41b6o$40b2ob4o$41b2o3$41b2o$39bo6bo$38bo8bo$38bo8bo$38b9o3$42b
4o$41b6o$40b2ob4o$41b2o!

User avatar
FWKnightship
Posts: 1470
Joined: June 23rd, 2019, 3:10 am
Location: Hey,wait!! Where am I!? Help! Somebody help!I'm lost!!

Re: Symbiosis

Post by FWKnightship » October 5th, 2022, 1:29 am

0 degree glider reflector, repeat time 181:

Code: Select all

x = 87, y = 78, rule = Symbiosis
12.B.B$12.3A$12.A.A$13.A11$BA$.B15$39.2A$38.2A$40.A43$84.2A$84.A.A$
84.A!
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'FWKnightship' object has no attribute 'signature'

User avatar
pzq_alex
Posts: 793
Joined: May 1st, 2021, 9:00 pm
Location: tell me if you know

Re: Symbiosis

Post by pzq_alex » October 5th, 2022, 6:05 am

G -> block; some other converters should be possible

Code: Select all

x = 7, y = 19, rule = Symbiosis
2.B$.2A$.2A.BA11$5.BA2$A4.A$.2A.A.B$2A2.A$5.B!
G-> spark

Code: Select all

x = 16, y = 16, rule = Symbiosis
2.A$BA.AB$2.A8$14.BA2$9.A4.A$10.2A.A.B$9.2A2.A$14.B!
G -> Pi (though bad clearance)

Code: Select all

x = 15, y = 16, rule = Symbiosis
2.A$BA.AB$2.A3$12.BA5$13.BA2$8.A4.A$9.2A.A.B$8.2A2.A$13.B!
G -> spark

Code: Select all

x = 17, y = 13, rule = Symbiosis
13.BA5$15.BA2$10.A4.A$.B9.2A.A.B$.A8.2A2.A$A.A12.B$.A$.B!
Last edited by pzq_alex on October 5th, 2022, 7:56 am, edited 1 time in total.
\sum_{n=1}^\infty H_n/n^2 = \zeta(3)

How much of current CA technology can I redevelop "on a desert island"?

User avatar
FWKnightship
Posts: 1470
Joined: June 23rd, 2019, 3:10 am
Location: Hey,wait!! Where am I!? Help! Somebody help!I'm lost!!

Re: Symbiosis

Post by FWKnightship » October 5th, 2022, 7:20 am

P7:

Code: Select all

x = 10, y = 5, rule = Symbiosis
7.A$BA4.A.AB$.2A3.A.A$BA4.A.AB$7.A!
P10:

Code: Select all

x = 11, y = 7, rule = Symbiosis
3.A2$BA.A5.AB$.3A4.2A$BA.A5.AB2$3.A!
P23:

Code: Select all

x = 10, y = 5, rule = Symbiosis
2.2A4.AB$BA$.2A$BA$2.2A4.AB!
P27:

Code: Select all

x = 8, y = 5, rule = Symbiosis
5.2AB$BA3.A$.2A$BA3.A$5.2AB!
P39:

Code: Select all

x = 9, y = 5, rule = Symbiosis
2.2A3.AB$BA$.2A$BA$2.2A3.AB!
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'FWKnightship' object has no attribute 'signature'

User avatar
hotcrystal0
Posts: 2199
Joined: July 3rd, 2020, 5:32 pm
Location: United States

Re: Symbiosis

Post by hotcrystal0 » October 5th, 2022, 9:20 am

I was bored, so I made this glider to half-MW spark.

Code: Select all

x = 12, y = 9, rule = Symbiosis
3.B$B.B.2AB$A2.2A$6.A$3.4A$2.A.B$.A2.AB4.2A$.3A5.2A$2.B8.A!

Code: Select all

x = 192, y = 53, rule = B3/S23
33$42b4o$41b6o$40b2ob4o$41b2o3$41b2o$39bo6bo$38bo8bo$38bo8bo$38b9o3$42b
4o$41b6o$40b2ob4o$41b2o!

User avatar
SaltatorialSepulchre
Posts: 14
Joined: April 26th, 2020, 4:18 am

Re: Symbiosis

Post by SaltatorialSepulchre » October 5th, 2022, 11:42 pm

P372 double R factory

Code: Select all

x = 45, y = 69, rule = Symbiosis
9.AB23.BA22$7.2A27.2A$7.2A27.2A2$BA41.AB$.A41.A8$3.BA35.AB3$10.A23.A$
9.3A21.3A$9.A25.A7$11.A21.A$10.2A.A17.A.2A$9.A4.A15.A4.A$10.A.2A17.2A
.A$12.2A17.2A6$35.A$36.A$35.A2$27.B$27.2A$27.2A$33.2A$27.A5.2AB$26.A.
A$22.2A2.A.A$22.2A.B.A.B$22.B!
P112 with 10 cells

Code: Select all

x = 10, y = 5, rule = Symbiosis
BA$7.A$2.A3.A.A$2.B2.A3.B$5.B!
P22 loaf hassler

Code: Select all

x = 9, y = 11, rule = Symbiosis
7.BA$5.A2.B$4.A.A$4.A2.A$5.2A$.B$B.A$.2A$A$.A$B!
A really nice gun

Code: Select all

x = 9, y = 11, rule = Symbiosis
3.2B$4.A2.B$7.AB3$4.A$5.AB$5.A$3.2A$.A2.B$B!
Double barrel gun from 11 cells

Code: Select all

x = 14, y = 10, rule = Symbiosis
7.B$6.BA$7.A$9.AB$10.A3$AB2$12.BA!

User avatar
FWKnightship
Posts: 1470
Joined: June 23rd, 2019, 3:10 am
Location: Hey,wait!! Where am I!? Help! Somebody help!I'm lost!!

Re: Symbiosis

Post by FWKnightship » October 6th, 2022, 12:36 am

H to G:

Code: Select all

x = 140, y = 26, rule = Symbiosis
60.B$60.2A$59.B7$136.A$71.A63.2B$AB68.2B9$139.A$17.A111.A7.A.A$7.A7.A
.A60.A48.B3AB5.3A$5.B3AB5.3A50.A7.A.A50.B7.A$7.B7.A50.B3AB5.3A$68.B7.
A!
Partial H to B:

Code: Select all

x = 13, y = 15, rule = Symbiosis
7.A$6.2B10$12.A$2.A7.A.A$B3AB5.3A$2.B7.A!
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'FWKnightship' object has no attribute 'signature'

User avatar
pzq_alex
Posts: 793
Joined: May 1st, 2021, 9:00 pm
Location: tell me if you know

Re: Symbiosis

Post by pzq_alex » October 6th, 2022, 2:41 am

Guess what this is —

Code: Select all

x = 6, y = 19, rule = Symbiosis
4.BA11$2.B$2.2A4$.A.A$B.A.B$2.B!
\sum_{n=1}^\infty H_n/n^2 = \zeta(3)

How much of current CA technology can I redevelop "on a desert island"?

User avatar
hotcrystal0
Posts: 2199
Joined: July 3rd, 2020, 5:32 pm
Location: United States

Re: Symbiosis

Post by hotcrystal0 » October 6th, 2022, 7:18 pm

P9 pipsquirter

Code: Select all

x = 10, y = 9, rule = Symbiosis
5.3A2$4.A.A.A$4.A3.A$2.AB2A2.AB$.A3.2A.A$B2.A.A.B$2.3A.A$2.B3.B!

Code: Select all

x = 192, y = 53, rule = B3/S23
33$42b4o$41b6o$40b2ob4o$41b2o3$41b2o$39bo6bo$38bo8bo$38bo8bo$38b9o3$42b
4o$41b6o$40b2ob4o$41b2o!

User avatar
pzq_alex
Posts: 793
Joined: May 1st, 2021, 9:00 pm
Location: tell me if you know

Re: Symbiosis

Post by pzq_alex » October 7th, 2022, 4:10 am

This edgeshoots an unnamed region unusually far:

Code: Select all

x = 18, y = 10, rule = Symbiosis
6.B2A$5.A.2A$5.B4$2A14.BA$.2A$.A$15.BA!
Edit: right-turn R to B

Code: Select all

x = 18, y = 17, rule = Symbiosis
11.2AB$5.A5.2A$5.B4$2A14.BA$.2A$.A$15.BA3$14.AB$14.A2$7.2A$7.2A!
\sum_{n=1}^\infty H_n/n^2 = \zeta(3)

How much of current CA technology can I redevelop "on a desert island"?

User avatar
hotcrystal0
Posts: 2199
Joined: July 3rd, 2020, 5:32 pm
Location: United States

Re: Symbiosis

Post by hotcrystal0 » October 13th, 2022, 6:53 pm

How to complete this sparker?

Code: Select all

x = 21, y = 16, rule = Symbiosis
10.A$8.2A.2A$9.3A2$10.A$10.A$9.A.A$4.2A9.2A$3.A.A9.A.A$2.BA.A.7A.A.AB
$.A.A3.A2.A2.A3.A.A$2.A2.A.A5.A.A2.A$5.2A7.2A$B2A2.11A2.2AB$7.7A$.BA6.
3A6.AB!

Code: Select all

x = 192, y = 53, rule = B3/S23
33$42b4o$41b6o$40b2ob4o$41b2o3$41b2o$39bo6bo$38bo8bo$38bo8bo$38b9o3$42b
4o$41b6o$40b2ob4o$41b2o!

User avatar
FWKnightship
Posts: 1470
Joined: June 23rd, 2019, 3:10 am
Location: Hey,wait!! Where am I!? Help! Somebody help!I'm lost!!

Re: Symbiosis

Post by FWKnightship » October 14th, 2022, 10:33 pm

Updated oscillator collection.
Please tell me if I missed some oscillators.
Attachments
Symbiosis Oscillator Collection.zip
(160.93 KiB) Downloaded 21 times
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'FWKnightship' object has no attribute 'signature'

User avatar
hotcrystal0
Posts: 2199
Joined: July 3rd, 2020, 5:32 pm
Location: United States

Re: Symbiosis

Post by hotcrystal0 » October 15th, 2022, 3:53 pm

signal to different signal:

Code: Select all

x = 15, y = 31, rule = Symbiosis
7.BA.2A$8.A.A.B$9.A$11.BA$5.BA.2A$6.A.A.B2$9.BA$3.BA.2A$4.A.A.B2$7.BA
$.BA.2A$2.A.A.B2$BA$4.2A$4.A2.BA$3.BA2$6.2A$6.A2.BA$5.BA2$8.2A$8.A2.B
A$7.BA2$10.2A$10.A2.BA$9.BA!
Edit: signal to block

Code: Select all

x = 13, y = 18, rule = Symbiosis
2.A$2.A$.A2.BA$BA2$3.2A$3.A2.BA$2.BA2$5.2A$5.A2.BA$4.BA2$7.2A$7.A$6.B
A2.AB$11.A$11.AB!

Code: Select all

x = 192, y = 53, rule = B3/S23
33$42b4o$41b6o$40b2ob4o$41b2o3$41b2o$39bo6bo$38bo8bo$38bo8bo$38b9o3$42b
4o$41b6o$40b2ob4o$41b2o!

User avatar
hotcrystal0
Posts: 2199
Joined: July 3rd, 2020, 5:32 pm
Location: United States

Re: Symbiosis

Post by hotcrystal0 » October 16th, 2022, 8:45 am

I was trying to make a drifter, but instead I got this P9 sparker.

Code: Select all

x = 7, y = 12, rule = Symbiosis
A$.2A$2A4$2.A2.AB$.A.A2.A$BA.2AB$.A$.A$.B!
Edit: useless

Code: Select all

x = 9, y = 17, rule = Symbiosis
A$.2A$2A4$2.A2.AB$BA.A2.A$.A.2AB$.A$BA4.B$4.3A$3.A2.A$3.B$4.A2.A$6.BA
$7.2A!

Code: Select all

x = 192, y = 53, rule = B3/S23
33$42b4o$41b6o$40b2ob4o$41b2o3$41b2o$39bo6bo$38bo8bo$38bo8bo$38b9o3$42b
4o$41b6o$40b2ob4o$41b2o!

User avatar
hotcrystal0
Posts: 2199
Joined: July 3rd, 2020, 5:32 pm
Location: United States

Re: Symbiosis

Post by hotcrystal0 » October 27th, 2022, 7:27 pm

Single catalyst L93

Code: Select all

x = 10, y = 24, rule = Symbiosis
2.2A$2.A$3A12$7.B$7.A$8.AB4$.A$.A.A$.3A$3.A!

Code: Select all

x = 192, y = 53, rule = B3/S23
33$42b4o$41b6o$40b2ob4o$41b2o3$41b2o$39bo6bo$38bo8bo$38bo8bo$38b9o3$42b
4o$41b6o$40b2ob4o$41b2o!

User avatar
breaker's glider gun
Posts: 672
Joined: May 23rd, 2021, 10:26 am
Location: the inside of a stuffed anaconda or maybe [click to not expand]

Re: Symbiosis

Post by breaker's glider gun » October 28th, 2022, 12:54 pm

hmm...

Code: Select all

x = 12, y = 8, rule = Symbiosis
6.2A$5.2A.4A$6.6A$7.4A2$BABA$5.A$6.B!
heisenburp anyone?
same mechanism - kind of:

Code: Select all

x = 17, y = 9, rule = Symbiosis
12.4A$11.6A$10.2A.4A$11.2A3$BABA4.B$5.A2.A$6.B!
XD
ihatecorderships wrote:
October 28th, 2022, 3:01 pm
Random HWSS eater:

Code: Select all

x = 13, y = 10, rule = Symbiosis
9.2A$7.A4.A$6.A$6.A5.A$6.6A3$BAB2A3.B$3.A.A2.A$4.A.B!
HWSS to R

Code: Select all

x = 13, y = 10, rule = Symbiosis
9.2A$7.A4.A$6.A$6.A5.A$6.6A3$BAB2A3.B$3.A.A2.A$4.A.B!
I think you accidentally posted the same thing accidentally...
Last edited by breaker's glider gun on November 7th, 2022, 8:22 pm, edited 1 time in total.
:?: :?: . . . :!:
Give me a suggestion of something to draw here!

User avatar
ihatecorderships
Posts: 309
Joined: April 11th, 2021, 12:54 pm
Location: Falls Church, VA

Re: Symbiosis

Post by ihatecorderships » October 28th, 2022, 3:01 pm

Random HWSS eater:

Code: Select all

x = 13, y = 10, rule = Symbiosis
9.2A$7.A4.A$6.A$6.A5.A$6.6A3$BAB2A3.B$3.A.A2.A$4.A.B!
HWSS to R

Code: Select all

x = 13, y = 10, rule = Symbiosis
9.2A$7.A4.A$6.A$6.A5.A$6.6A3$BAB2A3.B$3.A.A2.A$4.A.B!
-- Kalan Warusa
Don't drink and drive, think and derive.

User avatar
breaker's glider gun
Posts: 672
Joined: May 23rd, 2021, 10:26 am
Location: the inside of a stuffed anaconda or maybe [click to not expand]

Re: Symbiosis

Post by breaker's glider gun » November 1st, 2022, 11:50 am

okay, here's a "bit", although it's a bit odd:

Code: Select all

x = 17, y = 12, rule = Symbiosis
12.4A$11.6A$10.2A.4A$11.2A3$BABA4.B$.A3.A.BA$2.A3.B$3.A$2.B.A$3.B!

Code: Select all

x = 17, y = 12, rule = Symbiosis
12.4A$11.6A$10.2A.4A$11.2A2$4.A$BABA.A2.B$.A2.2A.BA$2.A3.B$3.A$2.B.A$
3.B!
EDIT: it's a binary counter!

Code: Select all

x = 156, y = 11, rule = Symbiosis
150.2A$149.2A.4A$150.6A$151.4A2$BABA4.B3.BABA4.B3.BABA4.B3.BABA4.B3.B
ABA4.B3.BABA4.B3.BABA4.B3.BABA4.B3.BABA4.B3.BABA4.B3.BABA4.B3.BABA4.B
3.BABA4.B$.A3.A.BA4.A3.A.BA4.A3.A.BA4.A3.A.BA4.A3.A.BA4.A3.A.BA4.A3.A
.BA4.A3.A.BA4.A3.A.BA4.A3.A.BA4.A3.A.BA4.A3.A.BA4.A3.A.BA$2.A3.B7.A3.
B7.A3.B7.A3.B7.A3.B7.A3.B7.A3.B7.A3.B7.A3.B7.A3.B7.A3.B7.A3.B7.A3.B$3.
A11.A11.A11.A11.A11.A11.A11.A11.A11.A11.A11.A11.A$2.B.A9.B.A9.B.A9.B.
A9.B.A9.B.A9.B.A9.B.A9.B.A9.B.A9.B.A9.B.A9.B.A$3.B11.B11.B11.B11.B11.
B11.B11.B11.B11.B11.B11.B11.B!
...oops

Code: Select all

x = 166, y = 13, rule = Symbiosis
151.2A7.B$149.A4.A5.A2.B$148.A10.A2.2A$148.A5.A4.3A2.A$148.6A9.2AB3$B
ABA4.B3.BABA4.B3.BABA4.B3.BABA4.B3.BABA4.B3.BABA4.B3.BABA4.B3.BABA4.B
3.BABA4.B3.BABA4.B3.BABA4.B3.BABA4.B3.BABA4.B$.A3.A.BA4.A3.A.BA4.A3.A
.BA4.A3.A.BA4.A3.A.BA4.A3.A.BA4.A3.A.BA4.A3.A.BA4.A3.A.BA4.A3.A.BA4.A
3.A.BA4.A3.A.BA4.A3.A.BA$2.A3.B7.A3.B7.A3.B7.A3.B7.A3.B7.A3.B7.A3.B7.
A3.B7.A3.B7.A3.B7.A3.B7.A3.B7.A3.B$3.A11.A11.A11.A11.A11.A11.A11.A11.
A11.A11.A11.A11.A$2.B.A9.B.A9.B.A9.B.A9.B.A9.B.A9.B.A9.B.A9.B.A9.B.A9.
B.A9.B.A9.B.A$3.B11.B11.B11.B11.B11.B11.B11.B11.B11.B11.B11.B11.B!
I need a p(>=35 and 2 mod 3) HWSS gun to do this.
I know there's a collection of guns somewhere; could someone repost it/steer me to it?











unrelated: why does this think this is a p3?

Code: Select all

x = 16, y = 14, rule = Symbiosis
5.A.ABA$5.6AB2A$5.BA3.3A$4.4A4.2A$4.A3.A3.AB$5.3A3.3A$5.BA4.A.2A$5.3A
5.AB$AB3A7.3A$2.A2.3A4.A.2A$5.A2.A4.2AB$6.2A$2.AB2.B2A$10.AB!
oh nevermind, I was running on 21X speed.
:?: :?: . . . :!:
Give me a suggestion of something to draw here!

User avatar
hotcrystal0
Posts: 2199
Joined: July 3rd, 2020, 5:32 pm
Location: United States

Re: Symbiosis

Post by hotcrystal0 » November 6th, 2022, 9:16 pm

P4 that really looks like it should have a Life form, P23 crazy strong sparker(sadly, it's a complex spark)

Code: Select all

x = 24, y = 11, rule = Symbiosis
18.2B3$4.B$.B2A.AB12.B$2.A4.A.B8.B.B$A4.2A.A9.B.B$A2.A2.2A.A7.A.2B2.A
$2.2A3.2A9.A.B2.B$3.A2.B12.B2.A$3.B3.AB!

Code: Select all

x = 192, y = 53, rule = B3/S23
33$42b4o$41b6o$40b2ob4o$41b2o3$41b2o$39bo6bo$38bo8bo$38bo8bo$38b9o3$42b
4o$41b6o$40b2ob4o$41b2o!

User avatar
hotcrystal0
Posts: 2199
Joined: July 3rd, 2020, 5:32 pm
Location: United States

Re: Symbiosis

Post by hotcrystal0 » November 8th, 2022, 1:58 pm

P18 honey farm hassler, found by hand

Code: Select all

x = 25, y = 23, rule = Symbiosis
8.B$7.BA$7.A2.A$7.A2.A$5.B2A.2A2.B.A$13.A.B2$2.3A3.A$4.A3.A10.A$BA10.
2A4.B$.B3A6.A2.A5.B$4.A5.2A.2A5.A$4.B5.A2.A6.3AB$6.B4.2A10.AB$5.A10.A
3.A$16.A3.3A2$9.B.A$9.A.B2.2A.2AB$14.A2.A$14.A2.A$16.AB$16.B!
Edit: P4 T-nose sparker

Code: Select all

x = 6, y = 7, rule = Symbiosis
2.3A2$.A3.A$BA3.B$.A2.BA$.A$.B!

Code: Select all

x = 192, y = 53, rule = B3/S23
33$42b4o$41b6o$40b2ob4o$41b2o3$41b2o$39bo6bo$38bo8bo$38bo8bo$38b9o3$42b
4o$41b6o$40b2ob4o$41b2o!

User avatar
breaker's glider gun
Posts: 672
Joined: May 23rd, 2021, 10:26 am
Location: the inside of a stuffed anaconda or maybe [click to not expand]

Re: Symbiosis

Post by breaker's glider gun » November 15th, 2022, 12:53 am

pzq_alex wrote: Guess what this is —

Code: Select all

x = 6, y = 19, rule = Symbiosis
4.BA11$2.B$2.2A4$.A.A$B.A.B$2.B!
Ugh...

Code: Select all

x = 10, y = 15, rule = Symbiosis
8.BA5$5.2A$7.A$2.B3.A$2.5A$.A.A2.A$3A$2A$.A.A$B.A.B$2.B!
EDIT:
WOW.

Code: Select all

x = 9, y = 10, rule = Symbiosis
2$2.A4.A$.ABA2.ABA$2.A4.A$3.2A$3.2A$2.A4.A$.AB4ABA$2.A.2A.A!
this kind of soup is kinda fun:

Code: Select all

x = 39, y = 35, rule = Symbiosis
ABABABABABABABABABABABABABABABABABABABA$B37.B$A.4A5.2AB2A7.AB4A.ABA5.
A$B.ABA3.2A2.ABA.A7.AB.B3A7.B$A.3A.A2.5A.2A6.5AB.B2A5.A$B.A6.ABA5.A2.
2A6.4A2.A3.B$A2.A.A.A.3A.5A2.4A.A2.A4.2A3.A$B3.2ABA5.ABABA2.AB2.2A7.A
B3.B$A2.AB3A.2A3.4A2.3A2.BA2.3A2.BA2.A$B3.2A2.2A10.A.A.3A2.ABA2.2A2.B
$A3.B2A2.2ABA2.2A6.A5.3A.2AB2.A$B2.A.A.2A.3A12.4A2.A3.A2.B$A.BA.6A4.2A
8.BABA3.A5.A$B2.2A2.3A2.A10.2A.B2A3.2A4.B$A.A.A7.A9.A3.2A10.A$B.A4.A7.
A10.A5.3A.A.B$A2.B2A2.A.4A12.A.A4.B2.A.A$B.ABA3.A.A8.2A4.2A.A3.3A3.B$
A.A.A5.A7.A.4A2.A4.3A4.A$B.A.A.A.ABA8.A.BA8.ABA4.B$A.A2.2A.A.A.2A5.4A
.A3.A2.4A3.A$B.2ABA4.A10.A.4A5.A5.B$A.BA.3A3.A.A3.A.A4.AB4.A2.A4.A$B2.
A.AB2A4.A3.2A3.12A4.B$A6.A5.2A3.A2.2ABA7.AB2A2.A$B4.3A2.2A2.2A5.2A.A.
A4.4A.A.B$A.2A.2A2.4A6.2A3.A.2A.A.A.4A.A$B.2A.A4.AB2.5A.4A4.2A.A.ABA2.
B$A.BA2.A2.2A.A.AB2ABABA.A.2A.ABA.A.2A2.A$B.4A.A6.A.2A.A.2A.A.7A.AB2.
B$A2.2A2B.7A.A.A.A3B3ABA4.3A2.A$B.B2A.A11.A.5AB3A.3AB2A2.B$A6.11A.2A.
2A3.A.2A7.A$B37.B$BABABABABABABABABABABABABABABAB2ABABABA!
:?: :?: . . . :!:
Give me a suggestion of something to draw here!

Post Reply