Search found 5 matches
- July 24th, 2025, 5:21 am
- Forum: Help / Support
- Topic: Multilayer pattern issue
- Replies: 6
- Views: 1355
Re: Multilayer pattern issue
Thank you!
- July 24th, 2025, 5:19 am
- Forum: Scripts
- Topic: Python and Golly
- Replies: 1
- Views: 1519
Python and Golly
I am looking for a specialist (enthusiast) familiar with Python and its application for cellular automaton like LIFE game. Familiarity with Golly is a plus. My interest is high but on a personal scientific level. I am not a Company.
- July 22nd, 2025, 5:35 am
- Forum: Help / Support
- Topic: Multilayer pattern issue
- Replies: 6
- Views: 1355
Re: Multilayer pattern issue
Thank you. Any sample of such Rule?
- July 22nd, 2025, 5:06 am
- Forum: Help / Support
- Topic: Multilayer pattern issue
- Replies: 6
- Views: 1355
Re: Multilayer pattern issue
Thank you. I am using Golly 4.3 and do not see a rule table.
- July 22nd, 2025, 4:37 am
- Forum: Help / Support
- Topic: Multilayer pattern issue
- Replies: 6
- Views: 1355
Multilayer pattern issue
I am a novice to Golly and have some persistent issues.
I am trying to make two layer files with different rules and colors.
ChatGPT and Grok suggest this to start with this
#N Two-Layer Pattern with Pulsar
x = 20, y = 20, rule = Life
#C [[ LAYERS 2 ]]
#C [[ LAYER 0 ]]
#C [[ COLOR ALIVE 255 0 0 ...
I am trying to make two layer files with different rules and colors.
ChatGPT and Grok suggest this to start with this
#N Two-Layer Pattern with Pulsar
x = 20, y = 20, rule = Life
#C [[ LAYERS 2 ]]
#C [[ LAYER 0 ]]
#C [[ COLOR ALIVE 255 0 0 ...