Difference between revisions of "Section D 2017"
(35 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
− | You are advised to spend no more than 70 minutes on this | + | You are advised to spend no more than 70 minutes on this section. Questions will use the Skeleton Program and the Preliminary Material. |
− | This page will identify some of the | + | This page will identify some of the alterations / improvements that can be made to the skeleton program. It is important to explain what problem the alteration is tackling, and explain how to make the improvement itself. |
=Improvements= | =Improvements= | ||
− | # [[ Add a way for a disease to kill rabbits in warrens]] | + | # [[Add the code to allow foxes to have a gender]] {{done}} |
− | # [[ | + | # [[Make the probability of a rabbit dying increase with age, ie extra 5% per term]] {{done}} |
− | # [[Validation for menu options for the coordinate input]] | + | # [[Reduce the reproductive rate of a rabbit with age]] {{done}} |
− | # [[ | + | # [[ Add a way for a disease to kill rabbits in warrens]] {{done}} |
− | # [[ | + | # [[Implementing weather changes that affect animals]] {{done}} |
− | # [[Display a message when a cell with no | + | # [[Validation for menu options for the coordinate input]] {{done}} |
+ | # [[Constraints for number of animals placed (when option two is selected)]] {{done}} | ||
+ | # [[Create extra presets, such as Rabbits Only or Fox Land of Plenty]] | ||
+ | # [[Display a message when a cell with no fox is selected for fox inspection...Adding a loop too]] {{done}} | ||
+ | # [[Display a message when a cell with no warren is selected for warren inspection...Adding a loop too]] {{done}} | ||
+ | # [[A fox moves in a random direction if they haven't eaten enough food that turn]]{{done}} | ||
# [[Foxes have a random chance to move towards the closest warren each time period]] | # [[Foxes have a random chance to move towards the closest warren each time period]] | ||
− | + | # [[If a fox eats more food than it needs its reproduction rate/coefficient increases]] {{done}} | |
− | # [[If a fox eats more food than it needs its reproduction rate/coefficient increases]] | + | # [[Add an option on the menu to find the largest warren]] {{done}} |
+ | # [[record data for totalDeadFoxes and totalDeadFoxesAge, then use these to generate the average age, and use to set lifespan of foxes]] | ||
+ | # [[Allow the capacity of a warren to vary, some warrens may be smaller and other may be larger]] {{done}} | ||
=Extension of the Skeleton Program= | =Extension of the Skeleton Program= | ||
− | One question is likely to focus on adding new features and functionality to the program. | + | One question is likely to focus on adding new features and functionality to the program. |
+ | # [[Create a giant warren which allows 200 rabbits]] {{done}} | ||
+ | # [[If a rabbit is contained within a warren, create a den class for foxes]] {{done}} | ||
+ | # [[A predator for foxes - eagles]] {{done}} | ||
+ | # [[Another predator for rabbits - weasels]] | ||
+ | # [[Another prey for foxes - chickens]] | ||
+ | # [[Connected warrens - tunnels]] {{partially done}} |
Latest revision as of 14:03, 13 June 2017
Introduction
You are advised to spend no more than 70 minutes on this section. Questions will use the Skeleton Program and the Preliminary Material.
This page will identify some of the alterations / improvements that can be made to the skeleton program. It is important to explain what problem the alteration is tackling, and explain how to make the improvement itself.
Improvements
- Add the code to allow foxes to have a gender
- Make the probability of a rabbit dying increase with age, ie extra 5% per term
- Reduce the reproductive rate of a rabbit with age
- Add a way for a disease to kill rabbits in warrens
- Implementing weather changes that affect animals
- Validation for menu options for the coordinate input
- Constraints for number of animals placed (when option two is selected)
- Create extra presets, such as Rabbits Only or Fox Land of Plenty
- Display a message when a cell with no fox is selected for fox inspection...Adding a loop too
- Display a message when a cell with no warren is selected for warren inspection...Adding a loop too
- A fox moves in a random direction if they haven't eaten enough food that turn
- Foxes have a random chance to move towards the closest warren each time period
- If a fox eats more food than it needs its reproduction rate/coefficient increases
- Add an option on the menu to find the largest warren
- record data for totalDeadFoxes and totalDeadFoxesAge, then use these to generate the average age, and use to set lifespan of foxes
- Allow the capacity of a warren to vary, some warrens may be smaller and other may be larger
Extension of the Skeleton Program
One question is likely to focus on adding new features and functionality to the program.