Oscilluction Coils(Game)

A forum where anything goes. Introduce yourselves to other members of the forums, discuss how your name evolves when written out in the Game of Life, or just tell us how you found it. This is the forum for "non-academic" content.
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

Oscilluction Coils(Game)

Post by HotWheels9232 » June 5th, 2022, 9:14 pm

This is a variant of deduction coils where you start with a pattern, and you stabilize it, to make oscillators of some periods. Period one is allowed and welding a oscillator is not allowed.
First:

Code: Select all

x = 9, y = 6, rule = B3/S23
3b3o$b2o3b2o$o7bo$o7bo$b2o3b2o$3b3o!
The points are the sum of the periods.
Last edited by HotWheels9232 on June 7th, 2022, 6:23 pm, edited 1 time in total.
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!

hotdogPi
Posts: 1615
Joined: August 12th, 2020, 8:22 pm

Re: Oscilluction Coils(Game)

Post by hotdogPi » June 5th, 2022, 9:17 pm

Did you mean to make that pattern even-symmetric along the vertical axis instead of odd-symmetric?
User:HotdogPi/My discoveries

Periods discovered: 5-16,⑱,⑳G,㉑G,㉒㉔㉕,㉗-㉛,㉜SG,㉞㉟㊱㊳㊵㊷㊹㊺㊽㊿,54G,55G,56,57G,60,62-66,68,70,73,74S,75,76S,80,84,88,90,96
100,02S,06,08,10,12,14G,16,17G,20,26G,28,38,47,48,54,56,72,74,80,92,96S
217,486,576

S: SKOP
G: gun

User avatar
squareroot12621
Posts: 630
Joined: March 23rd, 2022, 4:53 pm

Re: Oscilluction Coils(Game)

Post by squareroot12621 » June 5th, 2022, 9:24 pm

+56.

Code: Select all

x = 13, y = 18, rule = LifeHistory
7.2C$5.C2.C$5.3C$2C9.2C$C2.7C2.C$.3C5.3C$5.3A$3.2A3.2A$2.A2.C.C2.A$2.
A2.C.C2.A$3.2A3.2A$5.3A$.3C5.3C$C2.7C2.C$2C9.2C$5.3C$4.C2.C$4.2C!

Code: Select all

4b8o$4b8o$4b8o$4b8o$4o8b4o$4o8b4o$4o8b4o$4o8b4o$4o8b4o$4o8b4o$4o8b4o$4o8b4o$4b8o$4b8o$4b8o$4b8o![[ THEME 0 AUTOSTART GPS 8 Z 16 T 1 T 1 Z 19.027 T 2 T 2 Z 22.627 T 3 T 3 Z 26.909 T 4 T 4 Z 32 T 5 T 5 Z 38.055 T 6 T 6 Z 45.255 T 7 T 7 Z 53.817 LOOP 8 ]]

hotdogPi
Posts: 1615
Joined: August 12th, 2020, 8:22 pm

Re: Oscilluction Coils(Game)

Post by hotdogPi » June 5th, 2022, 10:01 pm

Since it was intended to be an oscillator, I think this was the intended solution, although making it a still life in the center has the same number of cells.

Code: Select all

x = 9, y = 12, rule = B3/S23
7bo$6bobo$3bo2b2o$3b3o$b2o3b2o$o2b2o3bo$o2b2o3bo$b2o3b2o$3b3o$b2o2bo$o
bo$bo!
My previous comment regarding even-symmetric was because of this p7:

Code: Select all

x = 22, y = 13, rule = B3/S23
9b4o$7b2o4b2o$6bo8bo$6bo8bo$3b2o2b2o4b2o2b2o$2bobo4b4o4bobo$2bobo12bob
o$2bo2bo10bo2bo$2obob2o8b2obob2o$2obobobo6bobobob2o$3bo2b2o6b2o2bo$2ob
o14bob2o$obo16bobo!
Here's the next one. Note that a still life is impossible here. (note: changed one minute after initial post)

Code: Select all

x = 7, y = 5, rule = B3/S23
3bo$2b3o$b5o$obobobo$bo3bo!
User:HotdogPi/My discoveries

Periods discovered: 5-16,⑱,⑳G,㉑G,㉒㉔㉕,㉗-㉛,㉜SG,㉞㉟㊱㊳㊵㊷㊹㊺㊽㊿,54G,55G,56,57G,60,62-66,68,70,73,74S,75,76S,80,84,88,90,96
100,02S,06,08,10,12,14G,16,17G,20,26G,28,38,47,48,54,56,72,74,80,92,96S
217,486,576

S: SKOP
G: gun

User avatar
wwei47
Posts: 1657
Joined: February 18th, 2021, 11:18 am

Re: Oscilluction Coils(Game)

Post by wwei47 » June 6th, 2022, 12:25 am

hotdogPi wrote:
June 5th, 2022, 10:01 pm
Here's the next one. Note that a still life is impossible here. (note: changed one minute after initial post)

Code: Select all

x = 7, y = 5, rule = B3/S23
3bo$2b3o$b5o$obobobo$bo3bo!
Would this bee valid?

Code: Select all

x = 9, y = 22, rule = B3/S23
2b2o$2b2o7$3bo$2b3o$b5o$obobobo$2o3b2o6$5b2o$5bo$6b3o$8bo!

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: Oscilluction Coils(Game)

Post by HotWheels9232 » June 7th, 2022, 6:22 pm

hotdogPi wrote:
June 5th, 2022, 10:01 pm


My previous comment regarding even-symmetric was because of this p7:

Code: Select all

x = 22, y = 13, rule = B3/S23
9b4o$7b2o4b2o$6bo8bo$6bo8bo$3b2o2b2o4b2o2b2o$2bobo4b4o4bobo$2bobo12bob
o$2bo2bo10bo2bo$2obob2o8b2obob2o$2obobobo6bobobob2o$3bo2b2o6b2o2bo$2ob
o14bob2o$obo16bobo!
Points:10
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!

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: Oscilluction Coils(Game)

Post by HotWheels9232 » June 10th, 2022, 12:04 am

wwei47 wrote:
June 6th, 2022, 12:25 am
hotdogPi wrote:
June 5th, 2022, 10:01 pm
Here's the next one. Note that a still life is impossible here. (note: changed one minute after initial post)

Code: Select all

x = 7, y = 5, rule = B3/S23
3bo$2b3o$b5o$obobobo$bo3bo!
Would this bee valid?

Code: Select all

x = 9, y = 22, rule = B3/S23
2b2o$2b2o7$3bo$2b3o$b5o$obobobo$2o3b2o6$5b2o$5bo$6b3o$8bo!
Yep, and since nobody has posted the next pattern and I created this thread, new pattern.

Code: Select all

x = 3, y = 7, rule = B3/S23
3o$bo4$bo$3o!
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
dl-rs
Posts: 141
Joined: April 11th, 2022, 12:14 am
Location: I was just a block until a glider crashes with me and I tumbled onto Earth surface in LWSS form.
Contact:

Re: Oscilluction Coils(Game)

Post by dl-rs » June 10th, 2022, 1:53 am

HotWheels9232 wrote:
June 10th, 2022, 12:04 am
wwei47 wrote:
June 6th, 2022, 12:25 am
Would this bee valid?

Code: Select all

x = 9, y = 22, rule = B3/S23
2b2o$2b2o7$3bo$2b3o$b5o$obobobo$2o3b2o6$5b2o$5bo$6b3o$8bo!
Yep, and since nobody has posted the next pattern and I created this thread, new pattern.

Code: Select all

x = 3, y = 7, rule = B3/S23
3o$bo4$bo$3o!
This might not B valid.

Code: Select all

x = 11, y = 16, rule = B3/S23
b2ob2o$bo3bo$2b3o2$2b3o$o2bo2bo$2o3b2o2bo$7b3o$2o3b2o$o2bo2bob2o$2b3o
3bo$8bobo$2b3o4b2o$bo2bo$o2bo$b2o!
Next:

Code: Select all

x = 7, y = 7, rule = B3/S23
5bo$4bobo$2bo2bo$2b3o2$2o3b2o$bo3bo!
Last edited by dl-rs on June 12th, 2022, 6:42 am, edited 1 time in total.
—Hector Hu, who loves anything except the norm.
(full nickname: Versallies Poleon Terloo Nuclear London Dog)

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: Oscilluction Coils(Game)

Post by HotWheels9232 » June 10th, 2022, 11:32 am

dl-rs wrote:
June 10th, 2022, 1:53 am
HotWheels9232 wrote:
June 10th, 2022, 12:04 am
wwei47 wrote:
June 6th, 2022, 12:25 am
Would this bee valid?

Code: Select all

x = 9, y = 22, rule = B3/S23
2b2o$2b2o7$3bo$2b3o$b5o$obobobo$2o3b2o6$5b2o$5bo$6b3o$8bo!
Yep, and since nobody has posted the next pattern and I created this thread, new pattern.

Code: Select all

x = 3, y = 7, rule = B3/S23
3o$bo4$bo$3o!
This might not B valid.

Code: Select all

x = 11, y = 16, rule = B3/S23
b2ob2o$bo3bo$2b3o2$2b3o$o2bo2bo$2o3b2o2bo$7b3o$2o3b2o$o2bo2bob2o$2b3o
3bo$8bobo$2b3o4b2o$bo2bo$o2bo$b2o!
That is valid!
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
hotcrystal0
Posts: 2201
Joined: July 3rd, 2020, 5:32 pm
Location: United States

Re: Oscilluction Coils(Game)

Post by hotcrystal0 » July 18th, 2022, 8:57 pm

Since nobody posted it, next:

Code: Select all

x = 7, y = 3, rule = B3/S23
4b2o$o3b2o$bo2bobo!
Note that a still life is impossible.

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!

hotdogPi
Posts: 1615
Joined: August 12th, 2020, 8:22 pm

Re: Oscilluction Coils(Game)

Post by hotdogPi » July 18th, 2022, 9:17 pm

hotcrystal0 wrote:
July 18th, 2022, 8:57 pm
Since nobody posted it, next:

Code: Select all

x = 7, y = 3, rule = B3/S23
4b2o$o3b2o$bo2bobo!
Note that a still life is impossible.

Code: Select all

x = 8, y = 3, rule = LifeHistory
4A2C2A$C.2A2C.A$AC2ACACA!
User:HotdogPi/My discoveries

Periods discovered: 5-16,⑱,⑳G,㉑G,㉒㉔㉕,㉗-㉛,㉜SG,㉞㉟㊱㊳㊵㊷㊹㊺㊽㊿,54G,55G,56,57G,60,62-66,68,70,73,74S,75,76S,80,84,88,90,96
100,02S,06,08,10,12,14G,16,17G,20,26G,28,38,47,48,54,56,72,74,80,92,96S
217,486,576

S: SKOP
G: gun

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: Oscilluction Coils(Game)

Post by HotWheels9232 » July 20th, 2022, 1:06 am

Code: Select all

x = 5, y = 4, rule = B3/S23
5o$5o$5o$5o!
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
May13
Posts: 789
Joined: March 11th, 2021, 8:33 am

Re: Oscilluction Coils(Game)

Post by May13 » August 15th, 2022, 6:54 am

HotWheels9232 wrote:
July 20th, 2022, 1:06 am

Code: Select all

x = 5, y = 4, rule = B3/S23
5o$5o$5o$5o!
I hope this p4 is valid:

Code: Select all

x = 34, y = 15, rule = B3/S23
11bo10bo$11b3o6b3o$14bo4bo$5bo7b2o4b2o7bo$4bob2ob2o12b2ob2obo$4bo5bo2b
ob4obo2bo5bo$b2obob2o5bob4obo5b2obob2o$2bob3o3b3o2b4o2b3o3b3obo$obobob
2o5bob4obo5b2obobobo$2o2bo5bo2bob4obo2bo5bo2b2o$4bob2ob2o12b2ob2obo$5b
o7b2o4b2o7bo$14bo4bo$11b3o6b3o$11bo10bo!
The latest version of hex-gliders.db have 668 gliders from OT hexagonal rules. Let's find more!
My CA (13 rules)
My scripts: new-glider.py v0.2 (new version), nbsearch2a.py, collector.py v0.3

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: Oscilluction Coils(Game)

Post by HotWheels9232 » August 15th, 2022, 12:07 pm

May13 wrote:
August 15th, 2022, 6:54 am
HotWheels9232 wrote:
July 20th, 2022, 1:06 am

Code: Select all

x = 5, y = 4, rule = B3/S23
5o$5o$5o$5o!
I hope this p4 is valid:

Code: Select all

x = 34, y = 15, rule = B3/S23
11bo10bo$11b3o6b3o$14bo4bo$5bo7b2o4b2o7bo$4bob2ob2o12b2ob2obo$4bo5bo2b
ob4obo2bo5bo$b2obob2o5bob4obo5b2obob2o$2bob3o3b3o2b4o2b3o3b3obo$obobob
2o5bob4obo5b2obobobo$2o2bo5bo2bob4obo2bo5bo2b2o$4bob2ob2o12b2ob2obo$5b
o7b2o4b2o7bo$14bo4bo$11b3o6b3o$11bo10bo!
No, you have to rotate it by 90 degrees.
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
hotcrystal0
Posts: 2201
Joined: July 3rd, 2020, 5:32 pm
Location: United States

Re: Oscilluction Coils(Game)

Post by hotcrystal0 » August 16th, 2022, 9:00 am

Where's the next pattern?

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!

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: Oscilluction Coils(Game)

Post by HotWheels9232 » August 16th, 2022, 12:07 pm

hotcrystal0 wrote:
August 16th, 2022, 9:00 am
Where's the next pattern?
Try more periods
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
hotcrystal0
Posts: 2201
Joined: July 3rd, 2020, 5:32 pm
Location: United States

Re: Oscilluction Coils(Game)

Post by hotcrystal0 » August 17th, 2022, 2:50 pm

Since no one's doing it, next:

Code: Select all

x = 9, y = 10, rule = B3/S23
4b2o$3bo2bo$4b3o2$2obob4o$bo3bo2bo$2obo$bobo$bo2bo$2b2o!

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!

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: Oscilluction Coils(Game)

Post by HotWheels9232 » August 17th, 2022, 3:00 pm

hotcrystal0 wrote:
August 17th, 2022, 2:50 pm
Since no one's doing it, next:

Code: Select all

x = 9, y = 10, rule = B3/S23
4b2o$3bo2bo$4b3o2$2obob4o$bo3bo2bo$2obo$bobo$bo2bo$2b2o!
No. You cannot only try 1 period
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
hotcrystal0
Posts: 2201
Joined: July 3rd, 2020, 5:32 pm
Location: United States

Re: Oscilluction Coils(Game)

Post by hotcrystal0 » August 17th, 2022, 3:07 pm

HotWheels9232 wrote:
August 17th, 2022, 3:00 pm
hotcrystal0 wrote:
August 17th, 2022, 2:50 pm
Since no one's doing it, next:

Code: Select all

x = 9, y = 10, rule = B3/S23
4b2o$3bo2bo$4b3o2$2obob4o$bo3bo2bo$2obo$bobo$bo2bo$2b2o!
No. You cannot only try 1 period
Do you fricking notice that a still life is impossible?

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!

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: Oscilluction Coils(Game)

Post by HotWheels9232 » August 17th, 2022, 3:12 pm

hotcrystal0 wrote:
August 17th, 2022, 3:07 pm
HotWheels9232 wrote:
August 17th, 2022, 3:00 pm
hotcrystal0 wrote:
August 17th, 2022, 2:50 pm
Since no one's doing it, next:

Code: Select all

x = 9, y = 10, rule = B3/S23
4b2o$3bo2bo$4b3o2$2obob4o$bo3bo2bo$2obo$bobo$bo2bo$2b2o!
No. You cannot only try 1 period
Do you fricking notice that a still life is impossible?
Yes, however I didn't say p1
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
hotcrystal0
Posts: 2201
Joined: July 3rd, 2020, 5:32 pm
Location: United States

Re: Oscilluction Coils(Game)

Post by hotcrystal0 » August 17th, 2022, 4:02 pm

HotWheels9232 wrote:
August 17th, 2022, 3:12 pm
hotcrystal0 wrote:
August 17th, 2022, 3:07 pm
HotWheels9232 wrote:
August 17th, 2022, 3:00 pm


No. You cannot only try 1 period
Do you fricking notice that a still life is impossible?
Yes, however I didn't say p1
Yow probably messed up the rules.

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
May13
Posts: 789
Joined: March 11th, 2021, 8:33 am

Re: Oscilluction Coils(Game)

Post by May13 » August 18th, 2022, 8:15 am

Challenge accepted: here's p5 stabilization of 5x4 block:

Code: Select all

x = 47, y = 66, rule = B3/S23
17b2o9b2o$17bo5bo5bo$18b3obobob3o$20bobobobo$22bobo$16bob3obobob3obo$
16b2o11b2o$19b2obobob2o$16b3ob2o3b2ob3o$16bo2bo7bo2bo$18bo2bo3bo2bo$
17b2obobobobob2o$17bo2bo5bo2bo$18bobo5bobo$17b2ob2o3b2ob2o$16bo4bo3bo
4bo$16b3o2bo3bo2b3o$20bo5bo$16b5o5b5o$16bo2bo7bo2bo$18bo2b2ob2o2bo$10b
o6b2o2b2ob2o2b2o6bo$10b3o9bobo9b3o$3b2o8bo6bobobobo6bo8b2o$4bo5b2obo5b
o7bo5bob2o5bo$3bo5bobob2o4b2ob3ob2o4b2obobo5bo$3b2o4bo9b2o2bo2b2o9bo4b
2o$6b2ob2o25b2ob2o$b5obobob2o21b2obobob5o$o8bobobo19bobobo8bo$2o3b4ob
2ob2o2b3o7b3o2b2ob2ob4o3b2o$4bo5bo3bo6b5o6bo3bo5bo$5b2o7bo3bo2b5o2bo3b
o7b2o$5b2o7bo3bo2b5o2bo3bo7b2o$4bo5bo3bo6b5o6bo3bo5bo$2o3b4ob2ob2o2b3o
7b3o2b2ob2ob4o3b2o$o8bobobo19bobobo8bo$b5obobob2o21b2obobob5o$6b2ob2o
25b2ob2o$3b2o4bo9b2o2bo2b2o9bo4b2o$3bo5bobob2o4b2ob3ob2o4b2obobo5bo$4b
o5b2obo5bo7bo5bob2o5bo$3b2o8bo6bobobobo6bo8b2o$10b3o9bobo9b3o$10bo6b2o
2b2ob2o2b2o6bo$18bo2b2ob2o2bo$16bo2bo7bo2bo$16b5o5b5o$20bo5bo$16b3o2bo
3bo2b3o$16bo4bo3bo4bo$17b2ob2o3b2ob2o$18bobo5bobo$17bo2bo5bo2bo$17b2ob
obobobob2o$18bo2bo3bo2bo$16bo2bo7bo2bo$16b3ob2o3b2ob3o$19b2obobob2o$
16b2o11b2o$16bob3obobob3obo$22bobo$20bobobobo$18b3obobob3o$17bo5bo5bo$
17b2o9b2o!
HotWheels9232 wrote:
August 17th, 2022, 3:00 pm
No. You cannot only try 1 period
Then it's necessary to find another period for all these patterns, right? And 2 periods for dl-rs' pattern:

Code: Select all

x = 7, y = 7, rule = B3/S23
5bo$4bobo$2bo2bo$2b3o2$2o3b2o$bo3bo!
The latest version of hex-gliders.db have 668 gliders from OT hexagonal rules. Let's find more!
My CA (13 rules)
My scripts: new-glider.py v0.2 (new version), nbsearch2a.py, collector.py v0.3

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

Re: Oscilluction Coils(Game)

Post by hotcrystal0 » August 18th, 2022, 10:45 am

May13 wrote:
August 18th, 2022, 8:15 am
Challenge accepted: here's p5 stabilization of 5x4 block:

Code: Select all

snip
HotWheels9232 wrote:
August 17th, 2022, 3:00 pm
No. You cannot only try 1 period
Then it's necessary to find another period for all these patterns, right? And 2 periods for dl-rs' pattern:

Code: Select all

x = 7, y = 7, rule = B3/S23
5bo$4bobo$2bo2bo$2b3o2$2o3b2o$bo3bo!
Challenge accepted.

Code: Select all

x = 29, y = 11, rule = B3/S23
7bo17bo$6bobo11b2o2bobo$4bo2bo12bobo2bo$4b3o9b2o4b3o$16bobo2bo$2b7o9b
4o2b3o$o2bo3bo2bo5bobo2bobobo2bo$2o3bo3b2o5b2o4bo4b2o$4b3o$3bo$3b2o!
Also, the second one doesn't count as welding an oscillator because part of the rotor is in the stator.
Edit:
Better seen:

Code: Select all

x = 26, y = 11, rule = DoubleB3S23
7.C14.C$6.C.C8.2B2.C.C$4.C2.C9.B.C2.C$4.3C6.2B4.3C$13.B.B2.B$2.2C3A2C
6.2B2C2.B2C$A2.C3.C2.A2.B.B2.C.B.C2.B$2A3.A3.2A2.2B4.B4.2B$4.3A$3.A$3.
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
May13
Posts: 789
Joined: March 11th, 2021, 8:33 am

Re: Oscilluction Coils(Game)

Post by May13 » August 19th, 2022, 11:56 am

May13 wrote:
August 18th, 2022, 8:15 am
Then it's necessary to find another period for all these patterns, right?
Solutions: p26 queen bee shuttle, p42 pulsar hassler, big p4 found by me:

Code: Select all

x = 232, y = 103, rule = LifeHistory
187.2A5.A4.A4.2A3.2A$187.A.A4.3A.A.A3.A.A3.A$189.A2.2A3.2A.A5.4A5.A$
188.2A.A2.2A4.2A3.A3.A.A2.A.A$191.A2.A.3A4.3A.A2.5A2.A$190.2A7.6A2.3A
5.A.A$189.3A3.2A8.A.2A.A.A.A.A$189.A9.3A2.2A2.A.A.3A$193.A.4A.2A2.A5.
3A$193.2A2.A18.2A$214.A2.A$214.2A2.A$90.2A126.A$89.A.A122.3A.A$89.A
124.A$88.2A125.2A.A$83.A131.A2.A$82.A5.4A125.A$82.2A4.A2.A122.3A$80.A
9.A124.A$83.A7.3A123.A$77.2A.A2.A9.A121.A2.A$81.2A132.A2.A$80.2A.A3.A
124.3A$82.A.A.2A124.2A2.2A$82.A2.3A123.2A2.3A$79.A133.3A.A$78.A.A3.4A
4.A$79.A4.4A3.A.A121.2A$92.A116.3A.A.A$3.A9.2A69.3A2.A123.2A$.A.A5.2A
2.A70.2A.A.A118.A3.2A$A4.A3.A5.A68.A3.A.2A121.A3.2A$5A5.5A.A72.2A93.
2A27.A2.A.A$6.A6.A2.A61.A9.A2.A.2A84.2A2.A.A14.2A5.A2.A2.A3.A$2.A4.2A
4.A2.A.2A58.3A7.A90.A3.A16.A4.3A.2A$2.2A6.5A.A.A62.A9.A89.A.2A17.A.A
3.A2.3A$2.2A5.2A5.A.A61.A2.A4.2A90.2A3.A15.2A.A2.2A$3.A4.A.A2.A3.A.2A
59.4A5.A92.2A12.A2.A2.A.A.A2.A$7.A.A.A2.4A3.A66.A93.A.2A10.5A3.A.2A.A
.2A$8.A2.2A.A2.A2.A61.2A117.3A7.A$11.A2.A.A2.A62.A102.3A8.3A.A3.4A.3A
$13.2A2.2A61.A.A78.2A2.2A18.A.A7.A.A.A.A.A2.A.2A10.2A3.A$14.A65.2A19.
A59.A2.A2.A16.3A5.4A.A.A.A.A3.2A5.2A4.A.A.A.A$7.C5.A79.3C5.A60.A.A.2A
4.2A10.A5.A.A12.A.A5.A.A2.A.A.A.A2.A2.2A$6.3C4.2A79.C68.A2.A.2A.A2.A
7.A.2A8.A2.A3.A5.A5.A.A.A.A.A.A4.A2.A$5.5C172.A.A5.A.A.A2.3A.A.A.A3.A
.A3.A.A.A3.4A.A.A$4.C.C.C.C2.2A146.4A4.A2.A.2A5.3A6.A5.A2.A3.2A.A3.A.
A.A2.2A.2A.A3.A.A$4.AC3.CA2.A147.A2.4A2.2A4.A4.A4.2C.A2.A.A2.A2.2A.A
6.A4.A.A2.2A3.A.A$14.A79.C69.2A10.A.4AC3.2C3.6A.2A5.4A4.A4.2A7.A$13.
2A2.2A74.3C5.A62.A15.A2.C2.C.C2.2A3.A.A4.A2.A6.A2.4A2.2A.2A$11.A2.A.A
2.A60.2A19.A75.A2.A10.3A12.A14.A$8.A2.2A.A2.2A.A59.A.A81.A15.A2.A2.A.
A2.2A3.A.A4.A2.A6.A2.4A2.2A.2A$7.A.A.A2.2A.A.A.A60.A81.2A10.A.5A3.2A
3.6A.2A5.4A4.A4.2A7.A$2.2A4.A2.A2.A4.2A61.2A77.A2.4A2.2A4.A4.A4.2A.A
2.A.A2.A2.2A.A6.A4.A.A2.2A3.A.A$4.A9.3A.A69.A72.4A4.A2.A.2A5.3A6.A5.A
2.A3.2A.A3.A.A.A2.2A.2A.A3.A.A$.A6.A.5A.A.A61.4A5.A92.A.A5.A.A.A2.3A.
A.A.A3.A.A3.A.A.A3.4A.A.A$2.2A3.A3.A4.A.2A60.A2.A4.2A73.A2.A.2A.A2.A
7.A.2A8.A2.A3.A5.A5.A.A.A.A.A.A4.A2.A$7.A3.A4.A64.A9.A70.A.A.2A4.2A
10.A5.A.A12.A.A5.A.A2.A.A.A.A2.A2.2A$6A4.5A.A61.3A7.A72.A2.A2.A16.3A
5.4A.A.A.A.A3.2A5.2A4.A.A.A.A$A8.A5.A62.A9.A2.A.2A66.2A2.2A18.A.A7.A.
A.A.A.A2.A.2A10.2A3.A$2.A.A4.2A2.A75.2A94.3A8.3A.A3.4A.3A$2.A10.2A69.
A3.A.2A109.3A7.A$84.2A.A.A92.A.2A10.5A3.A.2A.A.2A$84.3A2.A92.2A12.A2.
A2.A.A.A2.A$92.A87.2A3.A15.2A.A2.2A$79.A4.4A3.A.A87.A.2A17.A.A3.A2.3A
$78.A.A3.4A4.A86.A3.A16.A4.3A.2A$79.A99.2A2.A.A14.2A5.A2.A2.A3.A$82.A
2.3A96.2A27.A2.A.A$82.A.A.2A125.A3.2A$80.2A.A3.A120.A3.2A$81.2A130.2A
$77.2A.A2.A9.A115.3A.A.A$83.A7.3A121.2A$80.A9.A$82.2A4.A2.A121.3A.A$
82.A5.4A119.2A2.3A$83.A128.2A2.2A$88.2A122.3A$89.A125.A2.A$89.A.A123.
A2.A$90.2A125.A$215.A$214.3A$217.A$215.A2.A$215.2A.A$214.A$214.3A.A$
218.A$214.2A2.A$214.A2.A$193.2A2.A18.2A$193.A.4A.2A2.A5.3A$189.A9.3A
2.2A2.A.A.3A$189.3A3.2A8.A.2A.A.A.A.A$190.2A7.6A2.3A5.A.A$191.A2.A.3A
4.3A.A2.5A2.A$188.2A.A2.2A4.2A3.A3.A.A2.A.A$189.A2.2A3.2A.A5.4A5.A$
187.A.A4.3A.A.A3.A.A3.A$187.2A5.A4.A4.2A3.2A!
Sidenote: p4 looks like an owl with massive wings.
The latest version of hex-gliders.db have 668 gliders from OT hexagonal rules. Let's find more!
My CA (13 rules)
My scripts: new-glider.py v0.2 (new version), nbsearch2a.py, collector.py v0.3

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

Re: Oscilluction Coils(Game)

Post by hotcrystal0 » August 19th, 2022, 2:20 pm

May13 wrote:
August 19th, 2022, 11:56 am
May13 wrote:
August 18th, 2022, 8:15 am
Then it's necessary to find another period for all these patterns, right?
Solutions: p26 queen bee shuttle, p42 pulsar hassler, big p4 found by me:

Code: Select all

snip
Sidenote: p4 looks like an owl with massive wings.
Why don't you do my pattern with the bun and table?

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!

Post Reply