Page 1 of 1

CA script in Scratch

Posted: March 5th, 2018, 12:37 pm
by gameoflifemaniac
https://scratch.mit.edu/projects/213417388/

The instructions and features are in the description. Tell me what do you think about it!

Re: CA script in Scratch

Posted: March 10th, 2018, 7:15 am
by gameoflifemaniac
Hello?

Re: CA script in Scratch

Posted: March 10th, 2018, 7:43 am
by 77topaz
It still shows the same glitchy behaviour at edges for B0 rules, and it's still rather slow, but it's definitely an improvement over the previous version - being able to add cells using the mouse is particularly nice compared to the keyboard-only method used before.

Re: CA script in Scratch

Posted: March 10th, 2018, 8:34 am
by gameoflifemaniac
77topaz wrote:It still shows the same glitchy behaviour at edges for B0 rules, and it's still rather slow, but it's definitely an improvement over the previous version - being able to add cells using the mouse is particularly nice compared to the keyboard-only method used before.
So, how do I make it faster?
And you tested the 25*25 or the 19*19 version?

Re: CA script in Scratch

Posted: March 10th, 2018, 3:34 pm
by 77topaz
The 25*25 one. Note that I don't see any option to change to 19*19 or anything like that.

Re: CA script in Scratch

Posted: March 11th, 2018, 10:14 am
by gameoflifemaniac
I drastically improved the script. It will get better and better!

Re: CA script in Scratch

Posted: March 30th, 2018, 5:23 pm
by gameoflifemaniac
The link changed because hacking the script to allow to join the x = , y = , rule = string and the RLE with the next line character required uploading the script to the website and then downloading it again in zip format to edit it in the .json file and then again uploading it:
https://scratch.mit.edu/projects/213417388/
Copying patterns is added.