bot.ps
Class FaultyHallBot
java.lang.Object
bot.Bot
bot.FaultyBot
bot.ps.FaultySpiralBot
bot.ps.FaultyHallBot
- public class FaultyHallBot
- extends FaultySpiralBot
Faulty bot for museum hall.
| Fields inherited from class bot.Bot |
board |
| 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 |
FaultyHallBot
public FaultyHallBot()
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