Hello,
I have a few quick questions about the situation detailed by Assignment 5.
1. During the broccoli game, once somebody gets the broccoli, they do not leave the circle. So they may have lost the game already, but they are still able to receive the broccoli again in future passes?
2. The last function in Broccoli.Utilities.R (the one that runs the game) should be using the previous two functions, (determining which direction to pass, checking if there's a winner), is that right?
Thank you!
Raabez
Sorry for the late reply. I missed this message.
1. No one leaves the circle.
2. Yes. The 1a and 1b functions were written so that they could be used in 1c.
1. No one leaves the circle.
2. Yes. The 1a and 1b functions were written so that they could be used in 1c.