**Project 2: hawk/dove or flocks** Bird Simulations *pick one option and complete it by 9am on 11/16* For this project we give you a choice of two different projects to work on. They both involve using object orientation to build a simulation of creatures and to model their behavior. In the first option, you will build a classic "hawk and dove" simulation. This will have you evolving creatures that compete for food, and you will reproduce the remarkable discovery that, in such a competition, two distinct creature "strategies" are successful. The second option instead has you modeling a flock of creatures that live and move in a (two-dimensional) world. You will see that we can give each creature simple goals for their movement, and yet a complex collective behavior can result, one that mimics the movement of a group of animals. Here are the links to each of the options: * [Hawks and Doves](project3/hawkdove.html) * [Flocks](project3/flocks.html) Pick one, complete its Python code, and submit it on Gradescope.