bot.gen
Class Haiku2

java.lang.Object
  extended bybot.gen.Haiku
      extended bybot.gen.Haiku2
All Implemented Interfaces:
BoardGenerator

public class Haiku2
extends Haiku
implements BoardGenerator


Field Summary
 
Fields inherited from class bot.gen.Haiku
HAIKU_FILE, min_size
 
Constructor Summary
Haiku2()
           
 
Method Summary
 Board generateBoard()
           
 
Methods inherited from class bot.gen.Haiku
branch, countAdjacent, placeSquare, placeSquare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Haiku2

public Haiku2()
Method Detail

generateBoard

public Board generateBoard()
Specified by:
generateBoard in interface BoardGenerator
Overrides:
generateBoard in class Haiku