Search found 1 match
- March 3rd, 2020, 11:25 am
- Forum: Scripts
- Topic: Strange spaceship that is supposed to be impossible and infinite cell spread
- Replies: 10
- Views: 8590
Re: Strange spaceship that is supposed to be impossible and infinite cell spread
Ah, I might have run into this same issue when trying to make CGoL in JavaScript a while ago. I'm not sure why, but it seems that changing the entire array by saying "currentArray = nextArray;" doesn't actually work: rather you have to change each cell individually using another nested loop. (i.e. ...