Search found 5 matches
- October 19th, 2023, 10:41 pm
- Forum: Scripts
- Topic: Thread for your script-related questions
- Replies: 642
- Views: 268781
Re: Thread for your script-related questions
That makes sense. I saved the script in the notepad then moved the file for the notepad save to a new folder in the scripts folder of golly but when i go to run script in golly i see the new folder i just created but when i open it it says no items match your search so i'm thinking the notepad file ...
- October 19th, 2023, 10:13 pm
- Forum: Scripts
- Topic: Thread for your script-related questions
- Replies: 642
- Views: 268781
Re: Thread for your script-related questions
Ok, I do not understand what you mean. I'm trying to follow this tutorial:
https://conwaylife.com/wiki/Tutorials/Your_first_Python_script
Are you saying I have to somehow write the script in golly so that the script runs from golly?
The tutorial mentions a python ide window but doesn't elaborate ...
https://conwaylife.com/wiki/Tutorials/Your_first_Python_script
Are you saying I have to somehow write the script in golly so that the script runs from golly?
The tutorial mentions a python ide window but doesn't elaborate ...
- October 19th, 2023, 8:36 pm
- Forum: Scripts
- Topic: Thread for your script-related questions
- Replies: 642
- Views: 268781
Re: Thread for your script-related questions
How does one get "import golly as g" to work in python?
I have golly 4.2 64 bit and python 3.11.0 64 installed and the golly scripts like pop-plot work just fine but this is what happens when I put in "import golly as g" in python:
>>> import golly as g
Traceback (most recent call last):
File ...
I have golly 4.2 64 bit and python 3.11.0 64 installed and the golly scripts like pop-plot work just fine but this is what happens when I put in "import golly as g" in python:
>>> import golly as g
Traceback (most recent call last):
File ...
- January 9th, 2022, 11:27 pm
- Forum: Other Cellular Automata
- Topic: Miscellaneous Discoveries in Other Cellular Automata
- Replies: 5337
- Views: 1321568
Re: Miscellaneous Discoveries in Other Cellular Automata
B3/S134 is an explosive rule, so explosions should not receive any notability (unless it's the smallest, it explodes in an interesting way, or it has some unusual properties etc.)
I understand that. I couldn't find a lot of information on or patterns in B3/S134 on these forums, much less the ...
- January 9th, 2022, 3:20 pm
- Forum: Other Cellular Automata
- Topic: Miscellaneous Discoveries in Other Cellular Automata
- Replies: 5337
- Views: 1321568
Re: Miscellaneous Discoveries in Other Cellular Automata
Are these patterns in rule B3/S134 known?
c/4 orthogonal spaceship
A chaotic infinite growth pattern with 7 cells that fits into an 4 by 5 bounding box
c/4 orthogonal spaceship
Code: Select all
x = 5, y = 5, rule = B3/S134
2bo$b3o2$o3bo$bobo!
Code: Select all
x = 5, y = 4, rule = B3/S134
2o2$3b2o$b3o!