|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pesullivan.game.game42.Game org.pesullivan.game.mill.engine.MillGame
public final class MillGame
A Nine Men's Morris extension to Game
.
Constructor Summary | |
---|---|
MillGame()
|
Method Summary | |
---|---|
MillBoard |
getMillBoard()
Get the MillBoard corresponding to the current position. |
MillBoard |
getMillBoard(int nBoardInHistory)
Get the MillBoard corresponding to the given historical position. |
static void |
main(java.lang.String[] argv)
|
Methods inherited from class org.pesullivan.game.game42.Game |
---|
addPlan, canRedo, canUndo, cpuWon, cpuWon, getAbortPlanningThreadPending, getBoard, getBoard, getCPUSide, getLevelOfPlay, getNCurrentBoardInHistory, getPredictedScoreFromCache, getTurnMoves, getTurnPlan, go, isCPUsMove, newGame, redo, setAbortPlanningThreadPending, setCPUSide, setFromJSONString, setLevelOfPlay, toJSONString, undo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MillGame()
Method Detail |
---|
public MillBoard getMillBoard()
public MillBoard getMillBoard(int nBoardInHistory)
nBoardInHistory
- 0 based board history index.public static void main(java.lang.String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |