My plan this week is to take data. I will run the simulation 10 times. Each time I will stop the simulation at 25 seconds and see how many green beetles there are. I set up a clock in the world. The clock will keep track of time in seconds.
Melisa’s plan week of 4/24
April 21, 2017 | 1 Comment
April 22, 2017 at 12:16 pm
cool
25 seconds seems a little short.. – you should be sure the population has grown a bit
you can use a databox to get the count at a certain time by putting something like this in the world’s forever:
if clock = 25
set databox to count of green beetles
that way, you don’t have to watch the clock and stop it manually