"Iso-Glider"

For general discussion about Conway's Game of Life.
Post Reply
edwardfanboy
Posts: 80
Joined: September 16th, 2011, 10:29 pm

"Iso-Glider"

Post by edwardfanboy »

This is code for a glider with an "iso-glider".
They both travel in the same direction and are both gliders, but they are not identical.
I have decided to tell them apart by caling 1 of them an "iso-glider".

Code: Select all

x = 9, y = 3, rule = B3/S23
bo6bo$2bo3bobo$3o4b2o!
ebcube
Posts: 124
Joined: February 27th, 2010, 2:11 pm

Re: "Iso-Glider"

Post by ebcube »

You can see that they are the same glider offset by two generations.
User avatar
Tropylium
Posts: 421
Joined: May 31st, 2011, 7:12 pm
Location: Finland

Re: "Iso-Glider"

Post by Tropylium »

He said so too, I think.

If I'm reading this right, this is about having names for the glider's two different phases. Like how the Hacker Emblem (or this site's favicon) has the shape of one phase, or the oscillator common in B3/D13,S24 rules has that of the other. I'm not sure which OP means to be "the" glider and which an "iso-glider", but I at least tend to think of the L-tetromino phase as "the" glider shape...
edwardfanboy
Posts: 80
Joined: September 16th, 2011, 10:29 pm

Re: "Iso-Glider"

Post by edwardfanboy »

calcyman wrote:Conway referred to the 3o$o$bo! shape as a 'male' glider, and the boo$oo$bo! as a 'female' glider. With little imagination, one can identify 2-glider collisions as being either homo- or heterosexual.
I don't like it when you relate Conway's Game of Life to sex.
edwardfanboy
Posts: 80
Joined: September 16th, 2011, 10:29 pm

Re: "Iso-Glider"

Post by edwardfanboy »

ebcube wrote:You can see that they are the same glider offset by two generations.
This is like the "difference" between sine and cosine waves.
If x is in radians:
cos(x) = sin(x + pi/2)
Post Reply