<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>October&#039;s Fools &#187; evolution</title>
	<atom:link href="http://octobersfools.ca/tag/evolution/feed/" rel="self" type="application/rss+xml" />
	<link>http://octobersfools.ca</link>
	<description>The art &#38; writing of Gordon S. McLeod</description>
	<lastBuildDate>Sat, 18 Dec 2010 00:23:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<atom:link rel='hub' href='http://octobersfools.ca/?pushpress=hub'/>
		<item>
		<title>Garden Evolution Game Design Document</title>
		<link>http://octobersfools.ca/2009/02/28/garden-evolution-game-design-document/</link>
		<comments>http://octobersfools.ca/2009/02/28/garden-evolution-game-design-document/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 15:14:54 +0000</pubDate>
		<dc:creator>mcleodg</dc:creator>
				<category><![CDATA[Design Documents]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design document]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[garden]]></category>

		<guid isPermaLink="false">http://octobersfools.ca/?p=112</guid>
		<description><![CDATA[Image by Getty Images via Daylife Note: This is a sample game design document I wrote expressly to show to Ganz when I interviewed with them for a job posting. I subsequently got the job and have been there for just about 2 years. In that time I have since learned that this document is [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 160px;">
<dt class="wp-caption-dt"><a href="http://www.daylife.com/image/07pGa7Mbrn0wT?utm_source=zemanta&amp;utm_medium=p&amp;utm_content=07pGa7Mbrn0wT&amp;utm_campaign=z1" ><img title="LONDON, ENGLAND - FEBRUARY 11:  Red roses are ..." src="http://cache.daylife.com/imageserve/07pGa7Mbrn0wT/150x98.jpg" alt="LONDON, ENGLAND - FEBRUARY 11:  Red roses are ..." width="150" height="98" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.daylife.com/source/Getty_Images" >Getty Images</a> via <a href="http://www.daylife.com" >Daylife</a></dd>
</dl>
</div>
</div>
<p><em>Note:</em> This is a sample <a rel="nofollow" href="http://en.wikipedia.org/wiki/Game_design" class="zem_slink" title="Game design" rel="wikipedia" >game design</a> document I wrote expressly to show to <a href="http://www.ganz.com" title="Ganz" >Ganz</a> when I interviewed with them for a job posting. I subsequently got the job and have been there for just about 2 years. In that time I have since learned that this document is the biggest single reason I got the job, so I&#8217;m including it among my portfolio pieces.</p>
<h2><span class="mw-headline">Garden Evolution</span></h2>
<p><small>By Gordon S. McLeod</small></p>
<p><a name="1_Overview"></a></p>
<h3><span class="mw-headline">1 Overview</span></h3>
<p>Garden Evolution simulates evolution as expressed through <a rel="nofollow" href="http://en.wikipedia.org/wiki/Selective_breeding" class="zem_slink" title="Selective breeding" rel="wikipedia" >selective breeding</a>. It is a child-friendly Web game designed for Flash development with simple but colourful, immersive graphics and gentle atmospheric audio.</p>
<p>The player tends and maintains a simple garden, starting with meager individuals of a variety of <a rel="nofollow" href="http://en.wikipedia.org/wiki/Species" class="zem_slink" title="Species" rel="wikipedia" >species</a> &#8211; flower, fruit and vegetable &#8211; and selectively breeding them to produce better individuals. Complicating this process and providing environmental pressures are the problems of water availability, pests, excessive chemical use and weeds.</p>
<p><a name="1.1_The_Game_Session"></a></p>
<h4><span class="mw-headline">1.1 The Game Session</span></h4>
<p>A typical session of Garden Evolution would progress as follows.</p>
<p>The player starts with $200.</p>
<p>The player purchases an initial selection of seeds and plants them in the garden, and then spends several days tending to the plants, helping them survive various threats. During this time the plants increase and decrease in quality in 4 specific categories though the player only sees one real external sign of the relative quality of a <a rel="nofollow" href="http://en.wikipedia.org/wiki/Plant" class="zem_slink" title="Plant" rel="wikipedia" >plant</a>.</p>
<p>The harvest comes, and the plants are sold. The money received is a function of the quality of the plant. Better plants bring more money. More difficult plants to raise bring more money too.</p>
<p>Upon <a rel="nofollow" href="http://en.wikipedia.org/wiki/Harvest" class="zem_slink" title="Harvest" rel="wikipedia" >harvesting</a>, each plant produces from 1 to 4 seeds through semi-random breeding with another plant of its species. The player may elect to plant these seeds in the garden for the next season.</p>
<p>The player may also elect to buy new seeds; this is a control mechanism since limiting the player to only growing harvested seed could easily lead to populations that are too homogenous for improvement.</p>
<p>This cycle is repeated until 8 seasons have passed, at which point the player has &#8220;won&#8221; and the player is rewarded with the revelation of the strength of the plants she has raised in each category, and their final financial strength.</p>
<p><a name="2_Game_Play"></a></p>
<h3><span class="mw-headline">2 Game Play</span></h3>
<p>Game play constitutes navigating a simple interface with few controls and few levels of nesting. Primary interactions will be buying or selecting plants breeding and tending to them as game seasons pass.</p>
<p><a name="2.1_Elements_of_Play"></a></p>
<h4><span class="mw-headline">2.1 Elements of Play</span></h4>
<p><a name="2.1.1_Plants"></a></p>
<h5><span class="mw-headline">2.1.1 Plants</span></h5>
<p>There are four types of plants, three of which are beneficial and one of which is an obstacle. In ascending order of value to the player, the plant types are weeds, <a rel="nofollow" href="http://en.wikipedia.org/wiki/Flower" class="zem_slink" title="Flower" rel="wikipedia" >flowers</a>, vegetables and <a rel="nofollow" href="http://en.wikipedia.org/wiki/Berry" class="zem_slink" title="Berry" rel="wikipedia" >berries</a>.</p>
<p><a name="2.1.1.1_Weeds"></a></p>
<h6><span class="mw-headline">2.1.1.1 Weeds</span></h6>
<p>Weeds compete with crop plants for water and garden space. The hardiest type of plant, the player will have to root them out when they appear or surrounding plants will lose hardiness and become less promising breeding stock as minerals from the soil are leached from them and into the weed.</p>
<p><a name="2.1.1.2_Flowers"></a></p>
<h6><span class="mw-headline">2.1.1.2 Flowers</span></h6>
<p>The most frail of the beneficial plants, flowers sell well for their beauty but lack hardiness.</p>
<p>The flower group is composed of Roses and Daisies.</p>
<p>Rose seeds: $5 each.</p>
<p>Daisy seeds: $4 each.</p>
<p>Invisible Characteristics (See section 2.3)</p>
<p>WT: 15% (Rose), 16% (Daisy)</p>
<p>DT: 16% (Rose), 15% (Daisy)</p>
<p>TT: 14% (Rose), 14% (Daisy)</p>
<p>H: 10% (Both)</p>
<p><a name="2.1.1.3_Berries"></a></p>
<h6><span class="mw-headline">2.1.1.3 Berries</span></h6>
<p>Bright and colorful, berries sell well for their flavour. Hardier than flowers, they will generally stand up better to problems but not quite so well as vegetables will.</p>
<p><a rel="nofollow" href="http://en.wikipedia.org/wiki/Garden_strawberry" class="zem_slink" title="Garden strawberry" rel="wikipedia" >Strawberries</a> and blueberries represent the Berry group in Garden Evolution.</p>
<p>Strawberry seeds: $3 each.</p>
<p><a rel="nofollow" href="http://en.wikipedia.org/wiki/Blueberry" class="zem_slink" title="Blueberry" rel="wikipedia" >Blueberry</a> seeds: $3 each.</p>
<p>Invisible Characteristics (See section 2.3)</p>
<p>WT: 18% (Strawberry), 17% (Blueberry)</p>
<p>DT: 16% (Strawberry), 17% (Blueberry)</p>
<p>TT: 18% (Strawberry), 19% (Blueberry)</p>
<p>H: 15% (Both)</p>
<p><a name="2.1.1.4_Vegetables"></a></p>
<h6><span class="mw-headline">2.1.1.4 Vegetables</span></h6>
<p>The hardiest of the beneficial plants, vegetables sell for the lowest cost but are the easiest to grow and breed.</p>
<p>Tomatoes and Carrots represent the Vegetable group.</p>
<p>Tomato seeds: $2 each.</p>
<p>Carrot seeds: $2 each.</p>
<p>Invisible Characteristics (See section 2.3)</p>
<p>WT: 22% (Tomato), 27% (Carrot)</p>
<p>DT: 24% (Tomato), 30% (Carrot)</p>
<p>TT: 30% (Tomato), 25% (Carrot)</p>
<p>H: 20% (Both)</p>
<p><a name="2.1.2_Weather"></a></p>
<h5><span class="mw-headline">2.1.2 Weather</span></h5>
<p>Weather is a simple system in Garden Evolution. Each game day carries the random chance of rain. Otherwise the weather is clear. The odds of it raining on any particular game day are 15-20%.</p>
<p><a name="2.1.2.1_Rain"></a></p>
<h6><span class="mw-headline">2.1.2.1 Rain</span></h6>
<p>Rain has the effect of watering plants, both beneficial and weeds. In itself, rain will never over-water anything. However, if a non-weed plant is watered twice within one game day, even if one of those times is by rain, the plant will become over watered and lose some quality.</p>
<p>The player may be alerted to clearer weather to come on the following day.</p>
<p><a name="2.1.2.2_Clear"></a></p>
<h6><span class="mw-headline">2.1.2.2 Clear</span></h6>
<p>Clear weather is just that, clear of ill-effect. During periods of clear weather, the player may be alerted to the possibility of rain coming up on the following day.</p>
<p><a name="2.1.3_Threats"></a></p>
<h5><span class="mw-headline">2.1.3 Threats</span></h5>
<p>No game is complete without threats of some sort, a challenge to overcome or obstacles to bypass. In Garden Evolution, they take several forms.</p>
<p><a name="2.1.3.1_Bugs"></a></p>
<h5><span class="mw-headline">2.1.3.1 Bugs</span></h5>
<p>Bug infestation in a garden tile seriously compromises the health of the plant growing there.</p>
<p>Bugs can be eliminated through the use of pesticide, but such use carries the cost of further lowering the quality of the plant it is used on, and to a lesser extent, those adjacent to it.</p>
<p>In some cases it might make more sense to eliminate the bug problem by removing the plant entirely, sparing its neighbors from the spray. The bug infestation will be eliminated with it. This is best done when the plant has many neighbors.</p>
<p>If left untended, bug infestations can spread to neighboring plants after two game days.</p>
<p><a name="2.1.3.2_Pesticide"></a></p>
<h6><span class="mw-headline">2.1.3.2 Pesticide</span></h6>
<p>Pesticide use removes any bug infestation in a plant-inhabited garden tile, but at the cost of 15- 20% of that plant&#8217;s health.</p>
<p>Additionally, 5-10% of the plant&#8217;s neighbor&#8217;s health will be lost. Neighboring plants will not be hit strongly enough to remove infestations.</p>
<p><a name="2.1.3.3_Under-watering"></a></p>
<h6><span class="mw-headline">2.1.3.3 Under-watering</span></h6>
<p>Plants that go unwatered for more than a game day will begin to lose 10-15% of their health.</p>
<p><a name="2.1.3.4_Over-watering"></a></p>
<h6><span class="mw-headline">2.1.3.4 Over-watering</span></h6>
<p>Over-watering is a more serious problem than under-watering, and will cost the plant 25-30% of its health.</p>
<p>Over-watering is considered to be two or more waterings in a single game day. Once the plant is over- watered, additional watering will not cause further damage on that day.</p>
<p><a name="2.1.4_Time"></a></p>
<h5><span class="mw-headline">2.1.4 Time</span></h5>
<p>Time passes in a series of seasons made up of days, in which players tend to the plants they have planted to try and maintain the highest quality they can achieve.</p>
<p><a name="2.1.4.1_Days"></a></p>
<h6><span class="mw-headline">2.1.4.1 Days</span></h6>
<p>Days will pass quickly for the player once initial planting is done. Days are used to tend to plants, which includes watering, weeding, and spraying for bugs.</p>
<p>Each day, the player will see live feedback on performance in the form of colour changes of each plant they are tending.</p>
<p><a name="2.1.4.2_Seasons"></a></p>
<h6><span class="mw-headline">2.1.4.2 Seasons</span></h6>
<p>There are 6 days in a game season. After the player has spent 6 days planting and tending, it is harvest time, when plants are sold and seeds replanted for the next season.</p>
<p><a name="2.1.4.3_Game_End"></a></p>
<h6><span class="mw-headline">2.1.4.3 Game End</span></h6>
<p>The game ends after 8 seasons. At this point a score is shown rating the player&#8217;s highest scoring individual plants in each species as compared with a theoretical maximum for that species.</p>
<p><a name="2.2_Interface"></a></p>
<h4><span class="mw-headline">2.2 Interface</span></h4>
<p>The interface is to be kept as simple as possible, both to keep the game simple to play and the screen from becoming cluttered.</p>
<p><a name="2.2.1_Primary_View"></a></p>
<h5><span class="mw-headline">2.2.1 Primary View</span></h5>
<p>The primary view is a top down view of the garden patch bordered by grass on the edges.</p>
<p>The garden patch is subdivided into an 8&#215;8 grid, with each subdivision assumed to be 1 generic unit square.</p>
<p><a name="2.2.1.1_Garden_Patch"></a></p>
<h6><span class="mw-headline">2.2.1.1 Garden Patch</span></h6>
<p>The ground is to be coloured a rich, moderately dark earthy brown. Furrows mark the edges of vertical columns, as in a tilled field. The edge grass is a vibrant, living green.</p>
<p><a name="2.2.1.2_Garden_Tiles"></a></p>
<h6><span class="mw-headline">2.2.1.2 Garden Tiles</span></h6>
<p>Each beneficial plant is assumed to occupy 1 generic square unit.</p>
<p>Weeds may encroach on empty or occupied squares, and will alter the appearance of any square it occupies along with a berry, vegetable or flower plant.</p>
<p>The ground will pale in any weed-infested square, representing the sapping of vital nutrients and water.</p>
<p>Watered squares will darken further, providing a visual clue as to when plants may need water and reinforcing the &#8220;weak colours need strengthening&#8221; convention used throughout the game.</p>
<p><a name="2.2.1.3_Alert_System"></a></p>
<h6><span class="mw-headline">2.2.1.3 Alert System</span></h6>
<p>An alert system in the form of a line of text that can appear at the top of the display alerts the player to important information they need to know about &#8211; rain forecast for the next game day, the approach of harvest, or migration of dangerous insects.</p>
<p><a name="2.2.2_Controls"></a></p>
<h5><span class="mw-headline">2.2.2 Controls</span></h5>
<p>All game controls begin by having the player left-click a garden tile, occupied or not.</p>
<p>A context menu provides further options. Options are persistent, altering the in-game cursor to reflect the function being performed.</p>
<p>Available Options:</p>
<p><a name="2.2.2.1_Buy.2FPlant"></a></p>
<h6><span class="mw-headline">2.2.2.1 Buy/Plant</span></h6>
<p>The Buy/Plant cursor appears on unplanted tiles. The player can select flower, berry or vegetable and from there the specific type they want to plant.</p>
<p>After a harvest, seed from each parent plant can be planted in the same manner. Seed from that specific individual plant continues to be planted until the player harvests another plant.</p>
<p><a name="2.2.2.2_Water"></a></p>
<h6><span class="mw-headline">2.2.2.2 Water</span></h6>
<p>The Water cursor appears on planted tiles. Provides one day&#8217;s worth of water to the selected plant. Can be used at the top of a column to water the whole column of 8 tiles.</p>
<p><a name="2.2.2.3_Pesticide"></a></p>
<h6><span class="mw-headline">2.2.2.3 Pesticide</span></h6>
<p>The Pesticide cursor appears on tiles containing bug- infested plants. Sprays the selected tile at full strength and surrounding tiles at a fraction of the strength.</p>
<p><a name="2.2.2.4_Uproot"></a></p>
<h6><span class="mw-headline">2.2.2.4 Uproot</span></h6>
<p>The Uproot cursor appears on any tile containing any plant. Removes all plants from the tile, whether they are weeds or beneficial plants.</p>
<p><a name="2.2.2.5_Harvest"></a></p>
<h6><span class="mw-headline">2.2.2.5 Harvest</span></h6>
<p>The Harvest cursor appears at the end of a game season. Sells the plant and retains some of the seed for replanting. The player is prompted to select a garden tile to replant in if desired, or may elect to trash the seeds if they seem unsuitable.</p>
<p><a name="2.3_Genetics"></a></p>
<h4><span class="mw-headline">2.3 Genetics</span></h4>
<p>A simple genetic algorithm should be all that&#8217;s necessary to accomplish the plant breeding necessary.</p>
<p>In order to keep the interface uncluttered and kid friendly, little detailed information will be available from the interface about which individual plants are more fit than others.</p>
<p>Instead, players will gauge a plant&#8217;s fitness primarily by the richness of its colour..</p>
<p><a name="2.3.1_Visible_Characteristics"></a></p>
<h5><span class="mw-headline">2.3.1 Visible Characteristics</span></h5>
<p>Beneficial plants are composed of two graphics each &#8211; the plant as it exists at full strength, with the colours as rich and vibrant as they can be.</p>
<p>The other graphic is a white overlay of the exact same size and shape as the colour plant, with its opacity set higher to fade the colours out towards white, representing a less healthy plant. As the player breeds stronger, healthier plants, the opacity decreases, showing more and more of the full strength colour.</p>
<p>The degree of opacity changes with each game day and is determined by averaging all of an individual plant&#8217;s invisible characteristics. The resulting score is applied to the opacity of the white graphic as a percentage.</p>
<p><a name="2.3.2_Invisible_Characteristics"></a></p>
<h5><span class="mw-headline">2.3.2 Invisible Characteristics</span></h5>
<p>Behind the scenes and invisible to the player, the fitness of a plant is a little more complex. Beneficial plants have a number of characteristics that can help to determine their fitness.</p>
<p>These are float properties where the closer the value is to 1, the better.</p>
<p><a name="2.3.2.1_Water_Tolerance"></a></p>
<h6><span class="mw-headline">2.3.2.1 Water Tolerance</span></h6>
<p>Water tolerance determines how greatly a plant suffers in conditions of over-watering. A greater value in this property will reduce but cannot eliminate the penalty the plant incurs when watered too often.</p>
<p><a name="2.3.2.2_Draught_Tolerance"></a></p>
<h6><span class="mw-headline">2.3.2.2 Draught Tolerance</span></h6>
<p>Determines how well the plant will stand up to periods of under- watering. Reduces the negative effects of being under-watered, but cannot eliminate those effects completely.</p>
<p><a name="2.3.2.3_Toxin_Tolerance"></a></p>
<h6><span class="mw-headline">2.3.2.3 Toxin Tolerance</span></h6>
<p>Toxin Tolerance represents the plant&#8217;s resistance to the effects of insecticide.</p>
<p><a name="2.3.2.4_Hardiness"></a></p>
<h6><span class="mw-headline">2.3.2.4 Hardiness</span></h6>
<p>Hardiness is the value affected by both weeds and insect infestations. Negative effects by those threats will subtract from this score.</p>
<p><a name="2.3.3_Breeding"></a></p>
<h5><span class="mw-headline">2.3.3 Breeding</span></h5>
<p>Breeding is kept simple from the player&#8217;s perspective. The technical side is more involved, though it is also a very simplified genetic algorithm. Simplicity is necessary since we&#8217;re not dealing with large populations and many generations of evolution.</p>
<p>If fitness is looked at as a percentile, initial values in the four invisible characteristics are set in a random range from 15 to 30 percent.</p>
<p>Each day that a plant does not incur any penalty to an invisible characteristic, that characteristic gains a bonus of +1-6 percent, representing strengthening and growth of the plant.</p>
<p>The player must plant at least two individuals of each species, or none at all. A single plant will be unable to breed with another of its species.</p>
<p><a name="2.3.3.1_Parent_Selection"></a></p>
<h6><span class="mw-headline">2.3.3.1 Parent Selection</span></h6>
<p>Parent selection is automatic; the only way the player could decide that two specific individuals of a species will breed would be to remove all other individuals of that species from the garden.</p>
<p>The player can influence selection, though. The game will randomly pick two parents from all available individuals within the garden, but the selection is weighted reasonably strongly by proximity. By separating two individuals from the rest of the species, the chances of those two breeding are greatly improved.</p>
<p>Every plant produces seed when harvested. That seed is the result of mating that plant with the other parent. Each time the player plants a seed from the same parents, the genetic content of the seed is recalculated. This results in greater diversity.</p>
<p>A new set of parents will not be determined until the player has finished planting seeds from the currently harvested plant or until a maximum of 4 offspring seeds have been planted.</p>
<p><a name="2.3.3.2_Crossover"></a></p>
<h6><span class="mw-headline">2.3.3.2 Crossover</span></h6>
<p>Crossover is kept simple as well; Garden Evolution employs 4-way crossover, with 4 traits to cross. This results in a 50% chance that each of the invisible characteristics of the plants will come from either parent.</p>
<p><a name="2.3.3.3_Mutation"></a></p>
<h6><span class="mw-headline">2.3.3.3 Mutation</span></h6>
<p>After 4-way crossover is performed, there is a 10% chance that a given invisible characteristic will be randomly regenerated, replacing the value inherited from the parents. This can help maintain diversity in the event that the population becomes too homogenous for improvement.</p>
<p><a name="2.3.3.4_Seeding"></a></p>
<h6><span class="mw-headline">2.3.3.4 Seeding</span></h6>
<p>Once the mutation phase is complete, the seed is ready for the player to plant. This process is repeated for every individual seed the player plants, even if it is from the same two parents as the previous seed.</p>
<p><a name="2.4_End-Game"></a></p>
<h4><span class="mw-headline">2.4 End-Game</span></h4>
<p>The end of the game is reached when the player has played through a total of 8 seasons. Upon completion of the final harvest, the player&#8217;s healthiest plant in each species is displayed with a numerical fitness percentile compared with the theoretical maximum of 100%. In some cases it may be possible to exceed 100%.</p>
<p>The player&#8217;s financial information is also displayed, and a brief message of congratulations is displayed. The text of the message will vary depending on how high the player&#8217;s best plant scored.</p>
<p>50-75%: Not bad, could do better.</p>
<p>75-90%: Very good, keep it up!</p>
<p>90-100%: Talk about a green thumb!</p>
<p>100%+: We&#8217;ve got the God of Gardening in the house!</p>
<p><a name="2.4.1_Victory_.3D"></a></p>
<h5><span class="mw-headline">2.4.1 Victory =</span></h5>
<p>There is no victory as such; the end-game leaves things open for the player to either be satisfied with their score or not, and if not, they can play again to try and beat it.</p>
<p><a name="3_Art_Assets"></a></p>
<h3><span class="mw-headline">3 Art Assets</span></h3>
<p>All art assets are to be created in Adobe/Macromedia Flash Studio 8 in vector form for freedom of scalability without loss of resolution.</p>
<p>All images are drawn from a top- down perspective to match the garden display.</p>
<p><a name="3.1_Plant_Graphics"></a></p>
<h4><span class="mw-headline">3.1 Plant Graphics</span></h4>
<p>Each plant graphic should have subtle animation as though it were swaying very slightly in a breeze.</p>
<p><a name="3.1.1_Sprout"></a></p>
<h5><span class="mw-headline">3.1.1 Sprout</span></h5>
<p>Immediately after a seed is planted, a sprout appears. Sprout stage lasts one day. Sprouts are green, and have no white opacity graphic counterpart.</p>
<p>Each of the 6 beneficial plant types needs a slightly different sprout image.</p>
<p><a name="3.1.2_Mature"></a></p>
<h5><span class="mw-headline">3.1.2 Mature</span></h5>
<p>The mature plants all need the white opacity counterpart graphic.</p>
<p><a name="3.1.2.1_Rose"></a></p>
<h5><span class="mw-headline">3.1.2.1 Rose</span></h5>
<p>Roses are red.</p>
<p><a name="3.1.2.2_Daisy"></a></p>
<h6><span class="mw-headline">3.1.2.2 Daisy</span></h6>
<p>Daisies are orange/yellow.</p>
<p><a name="3.1.2.3_Strawberry"></a></p>
<h6><span class="mw-headline">3.1.2.3 Strawberry</span></h6>
<p>Strawberries are red with black seeds coating them.</p>
<p><a name="3.1.2.4_Blueberry"></a></p>
<h6><span class="mw-headline">3.1.2.4 Blueberry</span></h6>
<p>Blueberries are, of course, blue.</p>
<p><a name="3.1.2.5_Carrot"></a></p>
<h6><span class="mw-headline">3.1.2.5 Carrot</span></h6>
<p>Carrots protrude slightly from the ground, revealing a bit of the orange root.</p>
<p><a name="3.1.2.6_Tomato"></a></p>
<h6><span class="mw-headline">3.1.2.6 Tomato</span></h6>
<p>Tomatos are darker red than strawberries.</p>
<p><a name="3.1.3_Weeds"></a></p>
<h5><span class="mw-headline">3.1.3 Weeds</span></h5>
<p>Weeds need two graphics.</p>
<p><a name="3.1.3.1_Unoccupied"></a></p>
<h6><span class="mw-headline">3.1.3.1 Unoccupied</span></h6>
<p>A garden tile that is unoccupied by a beneficial plant will fill completely with weeds.</p>
<p><a name="3.1.3.2_Occupied"></a></p>
<h6><span class="mw-headline">3.1.3.2 Occupied</span></h6>
<p>An occupied tile will look encroached-upon by weeds, where the weeds have taken root just at the edges.</p>
<p><a name="3.2_Insects"></a></p>
<h4><span class="mw-headline">3.2 Insects</span></h4>
<p><a name="3.2.1_Subtopic"></a></p>
<h5><span class="mw-headline">3.2.1 Subtopic</span></h5>
<p>Insects should be drawn as ants and will appear in the tile they&#8217;re infesting.</p>
<p><a name="3.3_Soil"></a></p>
<h4><span class="mw-headline">3.3 Soil</span></h4>
<p><a name="3.3.1_Healthy"></a></p>
<h5><span class="mw-headline">3.3.1 Healthy</span></h5>
<p>Healthy soil will be a medium dark brown.</p>
<p><a name="3.3.2_Wet"></a></p>
<h5><span class="mw-headline">3.3.2 Wet</span></h5>
<p>Watered and over-watered soil will be much darker.</p>
<p><a name="3.3.3_Dry"></a></p>
<h5><span class="mw-headline">3.3.3 Dry</span></h5>
<p>Soil that is drying or weed-infested will be lighter.</p>
<p><a name="3.4_Grass_Edges"></a></p>
<h4><span class="mw-headline">3.4 Grass Edges</span></h4>
<p>Green grass borders the garden, and should be subtly animated to reinforce life and movement.</p>
<p><a name="3.5_Weather_Graphics"></a></p>
<h4><span class="mw-headline">3.5 Weather Graphics</span></h4>
<p><a name="3.5.1_Rain"></a></p>
<h5><span class="mw-headline">3.5.1 Rain</span></h5>
<p>Rain splashes and faint expanding circles appear in the garden when it rains.</p>
<p><a name="3.6_Cursors"></a></p>
<h4><span class="mw-headline">3.6 Cursors</span></h4>
<p>Each interface command needs an associated cursor the player can identify on sight.</p>
<p><a name="3.6.1_Trowel"></a></p>
<h5><span class="mw-headline">3.6.1 Trowel</span></h5>
<p>The trowel is for buying/planting seed.</p>
<p><a name="3.6.2_Watering_Can"></a></p>
<h5><span class="mw-headline">3.6.2 Watering Can</span></h5>
<p>For watering plants.</p>
<p><a name="3.6.3_Aerosol_Can"></a></p>
<h5><span class="mw-headline">3.6.3 Aerosol Can</span></h5>
<p>For spraying against bugs.</p>
<p><a name="3.6.4_Uprooted_Plant"></a></p>
<h5><span class="mw-headline">3.6.4 Uprooted Plant</span></h5>
<p>With a visible root ball. For uprooting plants.</p>
<p><a name="3.6.5_Scythe"></a></p>
<h5><span class="mw-headline">3.6.5 Scythe</span></h5>
<p>For harvesting plants.</p>
<p><a name="4_Audio_Assets"></a></p>
<h3><span class="mw-headline">4 Audio Assets</span></h3>
<p>All audio is to be recorded in stereo at CD quality, with down- mixing as necessary for final cuts, with specifications to be determined.</p>
<p><a name="4.1_Threats"></a></p>
<h4><span class="mw-headline">4.1 Threats</span></h4>
<p><a name="4.1.1_Insect_Infestation"></a></p>
<h5><span class="mw-headline">4.1.1 Insect Infestation</span></h5>
<p><a name="4.1.1.1_Initial_Occurrence"></a></p>
<h6><span class="mw-headline">4.1.1.1 Initial Occurrence</span></h6>
<p>When an insect infestation initially occurs, the sound should be louder and more attention- grabbing to help the player notice that something has happened.</p>
<p><a name="4.1.1.2_Softer_ongoing_infestation"></a></p>
<h6><span class="mw-headline">4.1.1.2 Softer ongoing infestation</span></h6>
<p>After the initial attention-getting noise, the sound should be a mildly annoying drone, encouraging the player to take care of the problem and reminding the player that there is a problem to take care of.</p>
<p><a name="4.1.2_Pesticide"></a></p>
<h5><span class="mw-headline">4.1.2 Pesticide</span></h5>
<p><a name="4.1.2.1_Spraying"></a></p>
<h6><span class="mw-headline">4.1.2.1 Spraying</span></h6>
<p>The sound of pesticide spraying should be that of an aerosol can being used.</p>
<p><a name="4.2_Ambience"></a></p>
<h4><span class="mw-headline">4.2 Ambience</span></h4>
<p><a name="4.2.1_Weather"></a></p>
<h5><span class="mw-headline">4.2.1 Weather</span></h5>
<p>Ambient weather sounds will keep the game feeling more alive.</p>
<p><a name="4.2.1.1_Rainfall"></a></p>
<h6><span class="mw-headline">4.2.1.1 Rainfall</span></h6>
<p>Rain will be gentle, no driving hard storms or thunder.</p>
<p><a name="4.2.1.2_Wind"></a></p>
<h6><span class="mw-headline">4.2.1.2 Wind</span></h6>
<p>As with rainfall, the wind should be relatively soft-sounding; no hurricane gales.</p>
<p>Grass and leaves blowing gently in the wind.</p>
<p><a name="4.2.2_Insects"></a></p>
<h5><span class="mw-headline">4.2.2 Insects</span></h5>
<p>Not to be confused with insect infestations, these should be more like cricket sounds; chirpy and a bit more positive. These should not be played so often as to become irritating to the player.</p>
<p><a name="4.2.3_Birds"></a></p>
<h5><span class="mw-headline">4.2.3 Birds</span></h5>
<p>The occassional bird call should help the player immerse in the garden world and remember there is more out there than just the bordering grass.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a href="http://reblog.zemanta.com/zemified/4ad77b4a-0efd-414d-825b-1479298e05c5/" class="zemanta-pixie-a" title="Zemified by Zemanta" ><img class="zemanta-pixie-img" style="border: medium none ; float: right;" src="http://img.zemanta.com/reblog_b.png?x-id=4ad77b4a-0efd-414d-825b-1479298e05c5" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="small" count="1" href="http://octobersfools.ca/2009/02/28/garden-evolution-game-design-document/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://octobersfools.ca/2009/02/28/garden-evolution-game-design-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

