bot.ps
Class ComedyBot

java.lang.Object
  extended bybot.Bot
      extended bybot.ps.ReaderBot
          extended bybot.ps.ComedyBot

public class ComedyBot
extends ReaderBot

For the Two One-Liners PS NOTE THAT THIS IS EXTENDING ReaderBot from the Haiku ps.


Field Summary
 
Fields inherited from class bot.Bot
board
 
Constructor Summary
ComedyBot()
           
 
Method Summary
 void compute()
          This is what the system runs so the bot can run around the maze.
 void findAllPages()
           
 
Methods inherited from class bot.ps.ReaderBot
read
 
Methods inherited from class bot.Bot
drop, feel, feelKey, feelPit, feelWall, getBoard, getBotBoard, getHeading, getInformer, getInput, getInputCharacter, getIntFromHuman, getLocation, getStringFromHuman, grab, left, place, rest, right, say, say, say, say, say, setAppearance, step
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComedyBot

public ComedyBot()
Method Detail

findAllPages

public void findAllPages()

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 ReaderBot