Wanderer

Description for class Wanderer:

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.

Subclasses of Wanderer should implement their own iterate method to perform class specific tasks, and then call the method super iterate in order for the Wanderer object to handle the object's motion.

Inherits from Mobile

Full API documentation for the class Wanderer: