bot.ps
Class FaultySpinBot

java.lang.Object
  extended bybot.Bot
      extended bybot.FaultyBot
          extended bybot.ps.FaultySpinBot

public class FaultySpinBot
extends FaultyBot

Faulty bot for testing. Just spins right.


Field Summary
 
Fields inherited from class bot.Bot
board
 
Constructor Summary
FaultySpinBot()
           
 
Method Summary
 void compute()
          This is what the system runs so the bot can run around the maze.
 
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

FaultySpinBot

public FaultySpinBot()
Method Detail

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