bot.ps
Class FaultyHallBot

java.lang.Object
  extended bybot.Bot
      extended bybot.FaultyBot
          extended bybot.ps.FaultySpiralBot
              extended bybot.ps.FaultyHallBot

public class FaultyHallBot
extends FaultySpiralBot

Faulty bot for museum hall.


Field Summary
 
Fields inherited from class bot.Bot
board
 
Constructor Summary
FaultyHallBot()
           
 
Method Summary
 void compute()
          This is what the system runs so the bot can run around the maze.
 void goLeftFromMarker()
           
 Thing myGrab()
           
 void rightToMarker()
           
 
Methods inherited from class bot.ps.FaultySpiralBot
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

FaultyHallBot

public FaultyHallBot()
Method Detail

goLeftFromMarker

public void goLeftFromMarker()

rightToMarker

public void rightToMarker()

myGrab

public Thing myGrab()

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.

Overrides:
compute in class FaultySpiralBot