thank you for your interest. in the beginning of the script you will see a variable called arrField. it is the the field (playground) of the game of life. the dimension of the field is 100 by 100. you might change it, but keep in mind, that a larger field requires more memory and more computing force.
the error you discribe, is probable due to the fact that you initialize the script with points that are outside that field. make sure that all the points are situated within the range of respectively x0 to x99 and y0 to y99.
hey Ivostotz,
is it possible if i can have a copy of the script too?
gg31hh 1 year ago
Hey! Thanx man :) Now it works perfectly. I'm going to see if I could update the code making that every coordinate was computed.
Thanx for that usefull script :)
Best Regards.
angelitosev1 3 years ago
Hi! Very nice script. I'm trying top make it work but your script give me an error in line 222 that says to me: Subindex out of interval 'CInt(...)'
angelitosev1 3 years ago
Hi there,
thank you for your interest. in the beginning of the script you will see a variable called arrField. it is the the field (playground) of the game of life. the dimension of the field is 100 by 100. you might change it, but keep in mind, that a larger field requires more memory and more computing force.
ivostotz 3 years ago
the error you discribe, is probable due to the fact that you initialize the script with points that are outside that field. make sure that all the points are situated within the range of respectively x0 to x99 and y0 to y99.
ivostotz 3 years ago