I was curious if anyone has implemented two competing populations in Conway's Game of Life. I know it has been done in SQGOL, but that isn't compatible with golly . . .
From the rules created, I can't seem to find anything like this and I'm not sure if it is possible in golly.
Has anyone tried creating a predator-prey simulator?
Here is a link to the SQGOL paper if anyone is interested
https://pubs.aip.org/aapt/ajp/article/9 ... cies-model
Predator Prey interactions
-
christinagon
- Posts: 2
- Joined: June 12th, 2026, 3:49 am
Re: Predator Prey interactions
I’m using cursors for now because this problem is awkward to reason about cleanly with sets or apply. That said, they’ll probably get replaced later with a more set-based formulation.geebles wrote: March 4th, 2025, 10:38 pm I was curious if anyone has implemented two competing populations in Conway's Game of Life. I know it has been done in SQGOL, but that isn't compatible with golly . . .
From the rules created, I can't seem to find anything like this and I'm not sure if it is possible in golly.
Has anyone tried creating a predator-prey simulator?
Here is a link to the SQGOL paper if anyone is interested
https://pubs.aip.org/aapt/ajp/article/9 ... cies-model
This might only be the second or third time in my life where I’ve thought, “yeah, a cursor is actually the right tool here.
- b-engine
- Posts: 3762
- Joined: October 26th, 2023, 4:11 am
- Location: Somewhere on where Earth At
- Contact:
Re: Predator Prey interactions
It could exist in Golly with Ruletable (can define any range-1 rules that has 2-256 states), but I'm not sure how would "predator prey interactions" that you meant works.
Try INT Minesweeper