
<p>
Description for class <b>Wanderer</b>:
<blockquote>

		A Wanderer is a subclass of Mobile  that wanders randomly around a certain space.  The range of wandering is adjusted with the set-wander-range method. <p> Subclasses of Wanderer should implement their own <b>iterate</b>  method to perform class specific tasks, and then call the method <b>super iterate</b> in order for the Wanderer object to handle the object's motion.
	
</blockquote>
</p>
<p>
Inherits from <b>Mobile</b>
</p>
<p>
Full API documentation for the class <b>Wanderer</b>:
<ul>
<li><a href="/documentation/steveclasses/Wanderer.html">steve language documentation</a></li>
<li><a href="/documentation/pythonclasses/Wanderer.html">Python language documentation</a></li>
</ul>
</p>
