Package | Description |
---|---|
Game |
Modifier and Type | Field and Description |
---|---|
Disc[][] |
PlayingField.discs |
Modifier and Type | Method and Description |
---|---|
Disc |
PlayingField.getDiscAt(int col,
int row)
Get the disc at the specified colum and row.
|
Disc |
PlayingField.getLastMove()
Get the disc of the previous move.
|
Disc[] |
PlayingField.getWinningSequence()
Function to return an array of discs that are part of the winning sequence.
|