Search found 172 matches

by erictom333
March 30th, 2024, 3:59 am
Forum: General Discussion
Topic: Suggested patterns for Golly
Replies: 182
Views: 22198

Re: Suggested patterns for Golly

<snip> One of mentioned patterns is in a triangular rule, and several other patterns suggested down in the post (i.e. von Neumann neighbourhood, hexagonal neighbourhood, tripod neighbourhood) are also in rules that aren't Life-like cellular automata. Hence such a folder should not go into "Life-Lik...
by erictom333
March 11th, 2024, 5:51 am
Forum: General Discussion
Topic: Suggested patterns for Golly
Replies: 182
Views: 22198

Re: Suggested patterns for Golly

#N polynomial-log-counter.rle #O AforAmpere, 11 September 2023 #C Grows according to 2*log_q(t), where q^3 - q^2 - 1 = 0. #C Reference: #C https://discord.com/channels/357922255553953794/370571046971244545/1150650548098437160 x = 2, y = 3, rule = B2e3ijn4cer6c/S012ac3n4cei5ey o$bo$o! The constant q...
by erictom333
February 17th, 2024, 12:24 am
Forum: Other Cellular Automata
Topic: Miscellaneous Discoveries in Other Cellular Automata
Replies: 3996
Views: 939556

Re: Miscellaneous Discoveries in Other Cellular Automata

A 14-state rule that simulates the Collatz conjecture for all integers. x = 1, y = 1, rule = Collatz K! @RULE Collatz @TABLE n_states:14 neighborhood:Moore symmetries:none var x1={0,1,2,3,4,5,6,7,8,9,10,11,12,13} var x2={0,1,2,3,4,5,6,7,8,9,10,11,12,13} var x3={0,1,2,3,4,5,6,7,8,9,10,11,12,13} var x...
by erictom333
February 5th, 2024, 5:39 am
Forum: Patterns
Topic: Thread for your unsure discoveries
Replies: 3225
Views: 1486712

Re: Thread for your unsure discoveries

Three quarter max, which I stitched together myself. Has his been done before? x = 134, y = 119, rule = B3/S23 bo$3o5b3o12bo5bo$ob2o4bo2bo4b3o3b3o3b3o$b3o2bo9bo2bob2obo3bob2o$b3ob2o bo3bo2bo2b2ob3o5b3o$b2o3bobo2b2o2b5o2b2o5b2o$11b2o9b2o$12bo3bo3bo2bo2b 2o37b3o$17bo2b2obo7b3o24b3o3bo2bo$12b4o3b2o6bo3...
by erictom333
January 5th, 2024, 9:16 pm
Forum: General Discussion
Topic: Create your own terminology
Replies: 321
Views: 116201

Re: Create your own terminology

Regarding the active region in the Jubjub reflector, I've noticed that it is similar to multum in parvo, differing only by the presence of a hook instead of a foot, as you can see here. x = 21, y = 4, rule = B3/S23 3o12b3o$o2bo10bo3bo$4bo9b2o3bo$5bo14bo! I'm still not sure what would be a good name ...
by erictom333
November 24th, 2023, 3:04 am
Forum: The Sandbox
Topic: ConwayLife Skyscraper
Replies: 387
Views: 42777

Re: ConwayLife Skyscraper

Floor ϖ (pronounced "pomega") is the same as floor π, except all circles are replaced with lemniscates. Floor ij (completely unrelated to floor ij) has been colonised by the Dutch. Floor þ contains people who want to replace þe digraph "th" with þe letter "þ". It has a curse which causes everyþing in...
by erictom333
November 8th, 2023, 5:08 am
Forum: The Sandbox
Topic: ConwayLife Skyscraper
Replies: 387
Views: 42777

Re: ConwayLife Skyscraper

Floor NaN can be accessed by taking the elevator to a floor that does not exist. All of the textures on Floor NaN are missing. Floor 97 contains every character from the Danganronpa franchise, every SMG4 character who has canonically died, every Fire Emblem lord's father, Rasputin's ghost's ghost, a...
by erictom333
October 6th, 2023, 7:40 pm
Forum: Other Cellular Automata
Topic: Rule request thread
Replies: 974
Views: 384184

Re: Rule request thread

A rule satisfying the following properties: 2 state cellular automata that is 2d The rule can be non isotropic or isotropic. On a kxk toridial universe, given a random initial configuration and random time t, the probability that a given cell is alive should be exactly 50% The rule explodes. The ru...
by erictom333
August 22nd, 2023, 6:42 am
Forum: General Discussion
Topic: Suggested patterns for Golly
Replies: 182
Views: 22198

Re: Suggested patterns for Golly

#N 34-oscillators.rle #O Mark Niemiec, Jack Eisenmann #C A selection of oscillators in the rule B34/S34, also known as 3/4 #C Life due to its rulestring. #C Adapted from https://conwaylife.com/ref/mniemiec/rule34.htm. A more #C complete collection of patterns in this rule can be found there. #CXRLE...
by erictom333
August 19th, 2023, 6:57 am
Forum: General Discussion
Topic: Suggested patterns for Golly
Replies: 182
Views: 22198

Re: Suggested patterns for Golly

#N g3b3s23-breeder.rle #O Francisco, 27 June 2021 #C Breeder in rule B3/S23/3 #C The Generations rule B3/S23/3 is a simple modification of Conway's #C Game of Life into the Generations rulespace. This change results in #C a significantly less active rule, in which spaceships are rare. #C This patte...
by erictom333
August 17th, 2023, 6:30 am
Forum: Scripts
Topic: Script request thread
Replies: 554
Views: 295585

Re: Script request thread

A script to determine critical mass of a rule. Something along the lines of: Set n to some preset number (16?) While necessary { Repeat 1000 times { Run a random n*n soup Check if it stabilises } If a majority of soups do not stabilise { Choose larger n } Else { Choose smaller n } } Return smallest ...
by erictom333
August 9th, 2023, 4:40 am
Forum: General Discussion
Topic: Golly 1.3 for iPad
Replies: 27
Views: 9494

Re: Golly 1.3 for iPad

Thing is, it's still a major problem for mobile Golly users such as me. Could you or someone who knows their way around the code at least try and fix t?
by erictom333
August 7th, 2023, 2:48 am
Forum: Other Cellular Automata
Topic: Explosive rules
Replies: 7
Views: 589

Re: Explosive rules

I have a better metric for measuring how explosive a rule is: critical mass. The critical mass of a rule is the least integer n such that at least half of all patterns that fit in a n*n box exhibit quadratic growth. For example, Live Free or Die (B2/S0) has a critical mass of 2, as only 5 of the 16...
by erictom333
August 4th, 2023, 11:29 pm
Forum: Other Cellular Automata
Topic: Explosive rules
Replies: 7
Views: 589

Re: Explosive rules

I have a better metric for measuring how explosive a rule is: critical mass. The critical mass of a rule is the least integer n such that at least half of all patterns that fit in a n*n box exhibit quadratic growth. For example, Live Free or Die (B2/S0) has a critical mass of 2, as only 5 of the 16 ...
by erictom333
August 1st, 2023, 10:00 pm
Forum: General Discussion
Topic: Create your own terminology
Replies: 321
Views: 116201

Re: Create your own terminology

Here are my proposals for methuselah symbols: - Nothing Ac Acorn An Angel B B-heptomino/C-heptomino Bf Butterfly Bk Bakery C Century D Dove Dh Diehard E E-heptomino F F-heptomino Ft Fleet G Glider Gd Gliders by the dozen H Herschel H' Herschel descendnt H* Herschel predecessor Hf Bun Hw HWSS I I-hep...
by erictom333
July 29th, 2023, 4:03 am
Forum: General Discussion
Topic: Golly 1.3 for iPad
Replies: 27
Views: 9494

Re: Golly 1.3 for iPad

I've encountered that issue with other iOS/iPad apps. Seems to be an issue with some NSFileManager calls like contentsOfDirectory(atPath:) where there's no control over the order in which items (in that case, string names) are returned. Since it seemed more of an esthetic issue when I encountered i...
by erictom333
July 28th, 2023, 6:53 am
Forum: General Discussion
Topic: Golly 1.3 for iPad
Replies: 27
Views: 9494

Re: Golly 1.3 for iPad

Even after getting a new iPad and updating to the latest version of Golly, all the patterns are still in a random order. It doesn't randomise each time, it's the same random order each time, and it isn't in order of creation or last edit. Any idea why? Anyone able to fix it?
by erictom333
July 26th, 2023, 7:00 pm
Forum: Other Cellular Automata
Topic: Extended Life Extensions
Replies: 918
Views: 130043

Re: Extended Life Extensions

Edit: what are states 12 and 13 supposed to be? 12/13 works like 0/1, but in order to be born at least one of its neighbors needs to be a 1 cell. It's kind of useless, as it can be replaced with nothing if it borders 0, 1 or 2 always-on cells, or with always-off if it borders 3 or more always-on ce...
by erictom333
July 20th, 2023, 5:37 am
Forum: Other Cellular Automata
Topic: Extended Life Extensions
Replies: 918
Views: 130043

Re: Extended Life Extensions

Introducing LifeFunc2, with 4 new states able to emulate additional StateInvestigator states. @RULE LifeFunc2 2/3 = inert, 4/5 = birthforcer, 6/7 = deathforcer, 8/9 = bf/df 10 = 1b0d, 11 = 0b1d, 12/13 = catalyst @NAMES 0 off 1 on 2 inert off 3 inert on 4 birthforcer off 5 birthforcer on 6 deathforce...
by erictom333
March 2nd, 2023, 5:45 pm
Forum: General Discussion
Topic: Help with symmetries
Replies: 22
Views: 17561

Re: Help with symmetries

That'd be n/e: even diagonal symmetry is possible with glide-reflecting spaceships. This is actually a valid point. Two possible types of diagonal reflections possible for diagonal spaceships: one across a line that passes through cell centered and vertices (example below, we'll call this just n/) ...
by erictom333
February 20th, 2023, 6:27 pm
Forum: Patterns
Topic: Spaceship Discussion Thread
Replies: 3106
Views: 1122104

Re: Spaceship Discussion Thread

an almost c/7 diagonal partial: x = 9, y = 16, rule = B3/S23 4bo$3bobo$b2ob2o$5o2bo$5bo2bo$8bo$2bo2b3o$3bobobo$3bobo$2bo2bob2o$4b2o $4bobo$bobo$2b5o$5bo$6bo! A domino or obo spark at generation 6 can support it. I don't think the lobster can support it, though. x = 9, y = 17, rule = B3/S23 4bo$3bob...
by erictom333
December 10th, 2022, 4:26 am
Forum: Other Cellular Automata
Topic: Pseudo Life (B357/S238)
Replies: 33
Views: 3380

Re: Pseudo Life (B357/S238)

As Psuedo Life is not very interesting (there are no common spaceships), I am investigating rules 1 transition awsy. One promising candidate is B34c57/S238, which has a natural sparky 4c/37d spaceship arising from the preloaf. Two canvbe combined to make a backrake. x = 16, y = 15, rule = B34c57/S23...
by erictom333
December 3rd, 2022, 2:38 am
Forum: The Sandbox
Topic: ConwayLife Skyscraper
Replies: 387
Views: 42777

Re: ConwayLife Skyscraper

Floor 45 is full of spiders trying to pull apart the language of every post on this forum. Floor 46 has been taken over by bees. Floor 47 is an exact replica of Hyrule from Zelda Breath of the Wild, except it has been taken over by spiders, and the water is filled with Prince Sidon inflatables. Floo...
by erictom333
December 1st, 2022, 1:09 am
Forum: General Discussion
Topic: Create your own terminology
Replies: 321
Views: 116201

Re: Create your own terminology

This 180 degree reflector by simeks should be called the Jubjub, both to continue naming reflectors after characters from Lewis Carroll poems and so something in Conway's Game of Life can be named after an SMG4 character. x = 32, y = 32, rule = LifeHistory 2.A$A.A$.2A5$14.A$14.3A9.2A$17.A8.A2.2A$16....
by erictom333
November 22nd, 2022, 5:08 pm
Forum: The Sandbox
Topic: ConwayLife Skyscraper
Replies: 387
Views: 42777

Re: ConwayLife Skyscraper

Bumping because inactive:
Floor xnopyt is completely empty, save for Tom Scott telling you what a word is, and an elevator leading to floor floor(i).