Making another thread separate from my "playable game" thread to record fun CA things I find. I'll be messing with parameters in the engine I made for that game, but I added some other features to this particular version for purely explorative purposes. The biggest changes relate to the memory of past states for any given cell and the ability to change neighborhoods or rules every (number) frames. I made a demonstration for this post and attached it below. I have more but they're all in the other post.
The conditions of any experiment posted here will be displayed on the side of the attachment.
For example, "Born (0): 6, 4, 7" describes the rule for born cells on every first frame whereas "Born (1): 6, 3, 5" describes it for every second frame. "Surviving" only has one ruleset in the example, so it's constant. Also, rules and neighborhoods alternate independently from each other. They alternate based on how many frames have passed (typically I leave it at 1).
The neighborhoods I have are:
M=Moore
B=Checkerboard
X=Saltire
+=Cross
-=horizontal line
|=vertical line
`=top left corner
~=top right corner
,=bottom left corner
.=bottom right corner
m=Moore but every other memory is skipped
Miscellaneous sludge
- SludgeMcGunkman
- Posts: 9
- Joined: November 13th, 2024, 12:11 am
Miscellaneous sludge
- Attachments
-
- scrambled eggs.gif (2.77 MiB) Viewed 899 times
- SludgeMcGunkman
- Posts: 9
- Joined: November 13th, 2024, 12:11 am
Wave pattern
Messing around with neighborhood ranges and trying to make a neighborhood shape show up in the game space
It happens the most when there's one 'hood whose range extends significantly further than the other ones
What I'm talking about: Can be seen somewhat in this one
And less clearly in this one
Here's one without the extraneous neighborhoods
Note how in the rule where the | neighborhood has a range of 7 instead of 5, the line pattern is more prominent.
Not too surprising.
It happens the most when there's one 'hood whose range extends significantly further than the other ones
What I'm talking about: Can be seen somewhat in this one
And less clearly in this one
Here's one without the extraneous neighborhoods
Note how in the rule where the | neighborhood has a range of 7 instead of 5, the line pattern is more prominent.
Not too surprising.
Last edited by SludgeMcGunkman on June 20th, 2025, 9:34 pm, edited 2 times in total.
- SludgeMcGunkman
- Posts: 9
- Joined: November 13th, 2024, 12:11 am
Re: Miscellaneous sludge
This one kind of demonstrates what I'm talking about more. It uses a plus shape, so you see horizontal and vertical lines.