Live data from Hacker News

Cubic Life: Conway's Game of Life in 3D

github.com

31–40 of 40 posts

Re: Cubic Life: Conway's Game of Life in 3D

#32
Nice!! I had a lot of fun with a project like this with some more generalized rulesets. This video got the most views: https://www.youtube.com/watch?v=EW9Q0qMc2Xc (just running 3d Brian's Brain) but I like this one the most, with a much more general ruleset: https://www.youtube.com/watch?v=SoJvS6GuM3c&t=90s

The code is here: https://github.com/heyitsguay/gol3d

I keep meaning to go back and create an automated ruleset explorer that looks for stable but non-oscillating and non-constant population counts. Maybe someday...

Re: Cubic Life: Conway's Game of Life in 3D

#37
post #34

I wonder if the 3D version exhibits behaviors similar to the 2D version, including periodic patterns. I also have to link my favorite pattern, XKCD's homage to John Conway: https://xkcd.com/2293/

Certain rules do, though the exact analog rule of Conway's Game of Life is a bit boring as i recall. In general it was a lot easier to find interesting behavior in Brian's Brain rulesets.
Post reply on HN