Modifier and Type | Method and Description |
---|---|
GameBoard |
GameBoard.clone()
Legt eine Kopie des Spielbretts an.
|
static GameBoard |
BoardFactory.create() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Arena.computeTokensToFlip(GameBoard gb,
Coordinates pos,
int color,
int[][] toFlip)
This routine computes which positions on the board have to be flipped
when a certain move is made.
|
(package private) Coordinates |
Arena.makeMove(ReversiPlayer player,
GameBoard board)
Make a move under supervised conditions.
|
Coordinates |
ReversiPlayer.nextMove(GameBoard gb)
Berechnet auf der Basis des übergebenen Spielfeldes den nächsten
Spielzug.
|