| Package | Description |
|---|---|
| cusack.hcg.games.pebble.algorithms.islands |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MoveIterator |
| Modifier and Type | Class and Description |
|---|---|
class |
IslandMove
The Class IslandMove stores all of the possible moves from an island to the destinations taken as input in the
constructor.
|
class |
TwoTwoIslandMove
The Class TwoTwoIslandMove, emulates the double pebble ability of <2,2>-islands.
|
| Modifier and Type | Method and Description |
|---|---|
Move |
IslandMoveListState.next() |
Move |
IslandMove.next()
Gets the next move.
|