Hyperbolic Game Of Life?

For general discussion about Conway's Game of Life.
Post Reply
grisha5
Posts: 13
Joined: November 6th, 2014, 3:39 am

Hyperbolic Game Of Life?

Post by grisha5 » May 18th, 2016, 5:51 am

Has anybody tried making a computer program that plays game of life in a hyperbolic plane?
My name is a methuselah with a lifetime of 369, and produces 1 bakery 1 traffic lights, 4 blinkers(excluding the lights),1 loaf(again, excluding the bakery),2 boats, 2 beehives, 3 blocks.

User avatar
Apple Bottom
Posts: 1034
Joined: July 27th, 2015, 2:06 pm
Contact:

Re: Hyperbolic Game Of Life?

Post by Apple Bottom » May 18th, 2016, 6:55 am

grisha5 wrote:Has anybody tried making a computer program that plays game of life in a hyperbolic plane?
Yes, here's some links:

http://dmishin.blogspot.com/2011/10/hyp ... ation.html
http://dmishin.blogspot.com/2014/10/cel ... ic-54.html
If you speak, your speech must be better than your silence would have been. — Arabian proverb

Catagolue: Apple Bottom • Life Wiki: Apple Bottom • Twitter: @_AppleBottom_

Proud member of the Pattern Raiders!

grisha5
Posts: 13
Joined: November 6th, 2014, 3:39 am

Re: Hyperbolic Game Of Life?

Post by grisha5 » May 18th, 2016, 7:20 am

Thank you! :)
My name is a methuselah with a lifetime of 369, and produces 1 bakery 1 traffic lights, 4 blinkers(excluding the lights),1 loaf(again, excluding the bakery),2 boats, 2 beehives, 3 blocks.

User avatar
Apple Bottom
Posts: 1034
Joined: July 27th, 2015, 2:06 pm
Contact:

Re: Hyperbolic Game Of Life?

Post by Apple Bottom » May 19th, 2016, 4:59 pm

grisha5 wrote:Thank you! :)
*tips hat* :)
If you speak, your speech must be better than your silence would have been. — Arabian proverb

Catagolue: Apple Bottom • Life Wiki: Apple Bottom • Twitter: @_AppleBottom_

Proud member of the Pattern Raiders!

User avatar
simsim314
Posts: 1823
Joined: February 10th, 2014, 1:27 pm

Re: Hyperbolic Game Of Life?

Post by simsim314 » May 19th, 2016, 5:30 pm

How about just using pentagon tiling for cellular automaton?
pentagon-tilings.jpg
pentagon-tilings.jpg (98.06 KiB) Viewed 175 times

User avatar
dvgrn
Moderator
Posts: 10682
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Hyperbolic Game Of Life?

Post by dvgrn » May 19th, 2016, 7:18 pm

simsim314 wrote:How about just using pentagon tiling for cellular automaton? [image]
I recognize the first fourteen pentagon tilings, from Tilings and Patterns and mathpuzzle.com for example. But where does that multicolored fifteenth tiling come from? ... Ah, found it.

As far as running cellular automata on these things -- well, they're not vertex-transitive, so it's hard to get reliable emergent patterns going. Different cells often have different numbers of neighbors... It will certainly be possible to find or design CAs that permit gliders on these tilings, but they may have to be kind of custom-built for each tiling.

Basically it looks like CA patterns on these tilings will be significantly more complex and harder to understand on average, than CAs on regular grids. That said, if someone wants to spend half a century or so investigating the details of a particular rule on one of these tilings, with the same level of attention as Conway's Life has gotten, then I'm sure all kinds of interesting structures and patterns would emerge...!

-- Seems to me that CAs on pentagons has come up before somewhere, but I can't find the link. There's Calcyman's glider on Penrose tilings, of course, and papers like this one, and there are mentions of pentagons in A New Kind of Science and in an article by Carter Bays.

Ready can simulate CAs on arbitrary polygonal meshes, right? That's probably what I'm thinking of. Unfortunately I have yet to own a computer good enough to run Ready...!

User avatar
praosylen
Posts: 2446
Joined: September 13th, 2014, 5:36 pm
Location: Pembina University, Home of the Gliders
Contact:

Re: Hyperbolic Game Of Life?

Post by praosylen » May 19th, 2016, 8:42 pm

dvgrn wrote:Seems to me that CAs on pentagons has come up before somewhere, but I can't find the link.
I don't know if this is what you're looking for, but I ran into this recently.
former username: A for Awesome
praosylen#5847 (Discord)

The only decision I made was made
of flowers, to jump universes to one of springtime in
a land of former winter, where no invisible walls stood,
or could stand for more than a few hours at most...

Sphenocorona
Posts: 549
Joined: April 9th, 2013, 11:03 pm

Re: Hyperbolic Game Of Life?

Post by Sphenocorona » May 19th, 2016, 9:32 pm

I can't help but wonder if there's a hyperbolic tiling that gives more interesting results. In particular, what effect does the number of edges of a cell have on the general behavior of outer-totalistic CAs on that geometry? What about the number of cells meeting at a vertex? I can't help but notice that this sort of investigation as to these influences might help us better understand why 3D life-like cellular automata seem to lack complexity, and how we might be able to make simple 3+ dimensional CAs that behave in interesting and complex ways.

Since I'm currently already working on a project using hyperbolic geometry, when I'm done with my current project and have some spare time I'll try and do some investigating with this.

EricG
Posts: 199
Joined: August 19th, 2011, 5:41 pm
Location: Chicago-area, USA

Re: Hyperbolic Game Of Life?

Post by EricG » May 20th, 2016, 12:19 am

I posted work on various tilings awhile back, including the then-14 types of pentagonal tilings, and the various uniform and dual-uniform tilings, in these two threads:

viewtopic.php?f=11&t=1123&p=8217
viewtopic.php?f=11&t=1124&p=8223

Post Reply