Lab Write Up

Name: Arman Williams

Period: 7

Assignment: Lab #10

Lab Overview

This lab focuses on lists in scratch and using them to store data. HERE.

My Solution

I used clones to have multiple of the same sprites out at the same time without having to create many seperate sprites.

My Pair project

Assignment 1

Assignment 2

Questions

  1. What data is attached to each clone? That is, what is changed on each clone that allows for the rabbits and foxes to appear/disappear?
    • For the Rabbits, if they touch a fox, that one dies, and a reproduction rate is divided by 100 until its 100 or more, then it restarts. For Foxes, the more rabbits they eat, the faster they clone, and if they don't eat enough rabbits, they die.
  2. Are the simulation results the same each time? Why or why not?
    • No, because the animals move about randomly, so results will vary.
  3. Post three of the graphs you created

    The Red line is the rabbit population, and the blue line is the fox population.