bot.gen
Class ExitBoard

java.lang.Object
  extended bybot.Board
      extended bybot.gen.ExitBoard
All Implemented Interfaces:
Cloneable, Serializable

public class ExitBoard
extends Board

A board that makes sure the bot is in a specified, final square after getting the key.

See Also:
Serialized Form

Constructor Summary
ExitBoard()
           
 
Method Summary
 WinChecker getWinChecker()
          If you want special win conditions for the board, override this.
 
Methods inherited from class bot.Board
addSquare, addSquare, addSquare, clone, endAction, getCenter, getDimensions, getHeight, getSquare, getSquare, getSquares, getTLCorner, getWidth, hasSquare, hasSquare, hasSquare, isKeyBoard, loadBoard, loadBoard, numSquares, save, save, setInformer, setStart, setStart, start
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExitBoard

public ExitBoard()
Method Detail

getWinChecker

public WinChecker getWinChecker()
Description copied from class: Board
If you want special win conditions for the board, override this.

Overrides:
getWinChecker in class Board