|
Internet Chess ToolKit v0.2.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
this is for use with games that only use one board like scrabble, Go, Chess, & monopoly.
Method Summary | |
Board |
getBoard()
returns the game board (if more than one it returns the first board which might be arbitrary. |
int |
getPlayerToMove()
returns the number of the player to move. |
void |
setBoard(Board board)
set the board for this game. |
Methods inherited from interface ictk.boardgame.Game |
getBoards, getCurrentResult, getGameInfo, getHistory, getNumberOfPlayers, getPlayersToMove, getResult, setGameInfo, setHistory, setResult |
Method Detail |
public Board getBoard()
public void setBoard(Board board)
public int getPlayerToMove()
|
Submit a bug or feature Visit the Website Internet Chess ToolKit is licensed under the GPL v2 . |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |