bot.ps
Class FaultySpiralBot

java.lang.Object
  extended bybot.Bot
      extended bybot.FaultyBot
          extended bybot.ps.FaultySpiralBot
Direct Known Subclasses:
FaultyHallBot

public class FaultySpiralBot
extends FaultyBot

Faulty bot for Spiral.


Field Summary
 
Fields inherited from class bot.Bot
board
 
Constructor Summary
FaultySpiralBot()
           
 
Method Summary
 void compute()
          This is what the system runs so the bot can run around the maze.
 Thing myFeel()
           
 
Methods inherited from class bot.FaultyBot
feel, getHeading, grab, left, place, restoreCompass, restoreFeeler, restoreGrabber, restorePlacer, restoreStepper, restoreTurner, restoreWallFeeler, right, say, step, turn
 
Methods inherited from class bot.Bot
drop, feelKey, feelPit, feelWall, getBoard, getBotBoard, getInformer, getInput, getInputCharacter, getIntFromHuman, getLocation, getStringFromHuman, rest, say, say, say, say, setAppearance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaultySpiralBot

public FaultySpiralBot()
Method Detail

myFeel

public Thing myFeel()

compute

public void compute()
Description copied from class: Bot
This is what the system runs so the bot can run around the maze.

All bots need to implement this method so they can do stuff.

Specified by:
compute in class Bot