Turkey Farm Game

In this project you will modify Ned's Turkey Farm. The
actual modification is simple but will require you to understand the code provided
and how it works. Spend time making sure that you understand all of the code
in Ned's Turkey Farm (on the K drive: ned 6 -- VC++ 6.0 version & ned NET --
a .net version), then modify it to:
- Decrease
the number of crows to shoot down,
- Add
level 2, which starts when all of the crows are shot down. In level 2:
- Modify
the background however you like, but leave the silo,
- Start
a few crows & some flying pigs to shoot down (make them explode and drop
as a ham),
- Allow
the plane to stop & hover,
- Animate
Ned’s truck on the bottom of the screen,
- Give
the plane bombs to try to destroy the truck. When the user presses ‘B’,
the plane drops a bomb. If it hits the truck it explodes. If they hits
a crow, they explode (pigs can't get bombed). You only have 10 bombs to
start, but you get 5 more for every object that you successfully bomb.
Display
bomb
status
on the
screen. Use the tumbling bombs provided by your author.
- Make
the silo randomly fire missiles into the air. If the plane is hit by a
missile,
it is destroyed and falls to the earth and the game is over. The rate of
fire should be slow enough that it is possible to fly past this point if
timed
right.
- Add any other modifications to the game that you like.