Package | Description |
---|---|
cusack.hcg.games.pebble.algorithms.islands |
Modifier and Type | Method and Description |
---|---|
int |
TwoTwoIslandMove.executeMoveOnGraph(PebbleInstance c) |
int |
Move.executeMoveOnGraph(PebbleInstance c)
Attempt execute the current move using the given GraphController.
|
int |
IslandMove.executeMoveOnGraph(PebbleInstance c)
Makes the current move and returns the number of moves made or throws CouldNotCompleteMove if it could not make the move.
|