bot.ps
Class AngelBot
java.lang.Object
bot.Bot
bot.SimpleBot
bot.ps.SpiralMazeBot
bot.ps.AngelBot
- All Implemented Interfaces:
- Conversationalist
- public class AngelBot
- extends SpiralMazeBot
- implements Conversationalist
This bot solves the AngelBoard
| Fields inherited from class bot.Bot |
board |
| Methods inherited from class bot.Bot |
drop, feel, feelKey, feelPit, feelWall, getBoard, getBotBoard, getHeading, getInformer, getInput, getInputCharacter, getIntFromHuman, getLocation, getStringFromHuman, rest, say, say, say, say, setAppearance, step |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AngelBot
public AngelBot()
hear
public void hear(String s)
- Specified by:
hear in interface Conversationalist
answer
public String answer(String what)
- Specified by:
answer in interface Conversationalist