Difference between revisions of "Stacked-a Condition"

From AgentCubes
Jump to navigation Jump to search
imported>Andri
(Created page with "Category:AgentCubes_Conditions")
 
imported>Andri
Line 1: Line 1:
 +
[[image:Stacked condition.png|150px]]
 +
 +
<table cellpadding="10" cellspacing="0" border="0" width="100%">
 +
<tr>
 +
<td align="left" valign="top" width="80"><b>Definition:</b></td>
 +
<td align="left" valign="top" width="100%">The <strong>Stacked</strong> condition checks if the agent's location in relation to the agent specified by the [[Shape parameter|shape]] matches the adjacency choice; that is, the condition checks whether the agent is ''immediately above'', ''somewhere above'', ''immediately below'', ''somewhere below'', or ''above or below'' the agent that is specified by the shape. If the agent is adjacent to the chosen shape as specified with the adjacency parameter, the condition is true. Otherwise, the condition is false.<BR>
 +
The difference between the Stacked and the Stacked-A conditions is that the Stacked condition checks for a specific shape/look and is true only if the agent has that exact depiction, whereas Stacked-A checks for any depiction of the given agent and is true regardless of how the agent looks.
 +
</td>
 +
</tr>
 +
<tr>
 +
<td align="left" valign="top" width="80"><b>Parameters:</b></td>
 +
<td align="left" valign="top" width="100%">[[Adjacency parameter|adjacency]], [[Shape parameter|shape]] </td>
 +
</tr>
 +
<tr>
 +
<td align="left" valign="top" width="80"><b>Example:</b></td>
 +
<td align="left" valign="top" width="100%">The Frog agent in the Frogger game checks to see if it is stacked immediately on top of Water, in which case it drowns. It also checks to see if it has reached the goal/target, and if so, it moves to the next level.
 +
 +
[[Image:Stacked condition example.png|500px]]</td>
 +
</tr>
 +
 +
</table>
 +
 
[[Category:AgentCubes_Conditions]]
 
[[Category:AgentCubes_Conditions]]

Revision as of 18:39, 17 June 2011

150px

Definition: The Stacked condition checks if the agent's location in relation to the agent specified by the shape matches the adjacency choice; that is, the condition checks whether the agent is immediately above, somewhere above, immediately below, somewhere below, or above or below the agent that is specified by the shape. If the agent is adjacent to the chosen shape as specified with the adjacency parameter, the condition is true. Otherwise, the condition is false.

The difference between the Stacked and the Stacked-A conditions is that the Stacked condition checks for a specific shape/look and is true only if the agent has that exact depiction, whereas Stacked-A checks for any depiction of the given agent and is true regardless of how the agent looks.

Parameters: adjacency, shape
Example: The Frog agent in the Frogger game checks to see if it is stacked immediately on top of Water, in which case it drowns. It also checks to see if it has reached the goal/target, and if so, it moves to the next level. 500px