I found a rule where R-pentominoes are rotating oscillators

For discussion of other cellular automata.
Post Reply
MoreEpicThanYou
Posts: 1
Joined: November 24th, 2012, 11:40 am

I found a rule where R-pentominoes are rotating oscillators

Post by MoreEpicThanYou » November 24th, 2012, 11:51 am

I was screwing around in a Life program where I could change the rules. I tried out a few sets of rules with nothing interesting, then came across 34/3 and decided to see what would come up with some random patterns. The only things that seemed to show up were blocks, and an oscillator that looked something like this.

Code: Select all

1 1 0 0
0 1 1 1
Watching it, I discovered that it turned into this...

Code: Select all

0 1 1
1 1 0
0 1 0
That's right, the R-pentomino is an oscillator in these rules. I found that it was period-16, but it also rotated 90 degrees every four generations.

Post Reply