SimuLab 16: Modeling a Scattered-Seed Forest
Now play Blaze, the computer game of forest management and fire fighting (see Java Applet Page. Here is how the game works. You are responsible for growing and harvesting trees on a plot of land. The more trees you harvest, the higher your income. Unfortunately, your forest is located in a high-risk fire region; when the forest is grown, a blaze begins along the left edge. The more trees survive the fire, the more your profit.
The Blaze program allows you to select the density of tree growth, the probability, labeled p, that a tree will grow on each site. In the preceding activity, you flipped a coin, so the probability was one half, or p = 0.5. In Blaze you can select the value of p between 0 (no trees) and 1 (a tree on every site). You can also select the dryness of the forest, which determines how fast the fire spreads.
What value of p, the tree probability, should you use? If you plant trees at low probability, trees will usually be separated from one another (low density), so the fire will not spread. As a result, not many trees will burn, but you won't harvest many trees either, since there are not many trees altogether. On the other hand, if you use a high tree probability, the trees will typically be next to one another (high density), fire will spread across the forest, and again you won't have much of a harvest. The trick is to find a particular tree density (a particular probability p) that gives you the chance for a large harvest but allows you to control the spread of fire.
In addition to controlling tree density, you can fight the fire by dumping water on individual trees. Your job is to maneuver your helicopter and drop water to stop the spread of the fire. The helicopter moves to the position where you place the cursor and drops water when you click the mouse. Any tree that you dump water on does not burn. The idea is to wet trees ahead of the fire to stop it from spreading. You have a limited amount of water to dump on the forest.
When the fire has burned out, your score is shown in the lower right of the screen. The score depends on the number of unburned trees and the dryness of the forest.
|
|