| java.lang.Object examples.gp.tictactoe.Board
Board | public class Board (Code) | | A Tic Tac Toe board (3x3).
author: Klaus Meffert since: 3.2 |
Field Summary | |
public static int | HEIGHT | public static int | WIDTH |
Constructor Summary | |
public | Board() |
HEIGHT | public static int HEIGHT(Code) | | |
WIDTH | public static int WIDTH(Code) | | |
beginTurn | public void beginTurn()(Code) | | |
endRound | public void endRound()(Code) | | |
endTurn | public void endTurn()(Code) | | |
getLastColor | public int getLastColor()(Code) | | |
getReadPositionCount | public int getReadPositionCount()(Code) | | |
isEndOfGame | public boolean isEndOfGame()(Code) | | |
resetBoard | public void resetBoard()(Code) | | |
startNewRound | public void startNewRound()(Code) | | |
|
|