public interface CS15TicTacToePlayer
Modifier and Type | Method and Description |
---|---|
void |
selectSquare(int row,
int col)
Called when a user clicks an untaken square of the
tic tac toe board.
|
void selectSquare(int row, int col)
row
- row of the square selectedcol
- column of the square selected