Create a new sub-class of the Animal class, called Hunter. These are the requirements for the hunter:
Find a picture online that you would like to use for your hunter. Ensure that you shrink the picture enough that your hunter is appropriately sized.
Add controls to the hunter that allow him to move in all four directions. When he turns left or right I want him to turn by 7 degrees, when you press back I want him to walk backwards.
Ensure that the hunter doesn't run into any of the trees (if he does, he will turn 180 degrees).
Ensure that the hunter doesn't walk off the edge of the world.
Create a new sub-class of the Animal class called Predator.
These are the requirements for the hunter:
Find a picture online that you would like to use for your predator (bear, mountain lion, etc.). Ensure that you shrink the picture enough that your hunter is appropriately sized.
Add random movement to your predator.
Ensure that the predator doesn't run into any of the trees (if he does, he will turn 17 degrees).
Ensure that the predator doesn't walk off the edge of the world.
If you predator "sees" your hunter, then he will eat your hunter, play an appropriate sound, and the game is over.
