We start colliding turtles from a new project.
Here are the guidelines:
1. Create 300 blue turtles and 5 red turtles.
2. Create a transmission rate slider; set the maximum to 100.
3. Use the value in the transmission rate slider as the probability of passing on the disease.
4. Use the value in the recovery rate slider as the probability of recovering from the disease.
(Use random number generation for 3 and 4 to roll a 100 sided dice)
5. Setup a line graph called population that shows the breeds of healthy and sick turtles with red and blue lines.
6. Create an Infect! button that will give everyone a chance of getting infected based on the transmission rate.