This is the shell for a possible predator / prey simulation. You need to use conditional blocks (if-then / if-then-else) to create a simulation that shows how a predator and its prey would interact in this part of a food chain. You must: * Use a conditional blocks to create a situation in which the predator reacts to the prey. * Use a conditional blocks to create a situation in which the prey reacts to the predator.
This is being used as part of the Time4CS curriculum.