bot.gen
Class AcidCross
java.lang.Object
bot.gen.AcidCross
- All Implemented Interfaces:
- BoardGenerator
- public class AcidCross
- extends Object
- implements BoardGenerator
The AcidCross problem set.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcidCross
public AcidCross()
placeSquare
public void placeSquare(int i,
int j,
boolean acid)
generateBoard
public Board generateBoard()
- Specified by:
generateBoard in interface BoardGenerator