Example #1
0
 public void playersTurn(Coordinates coords) {
   board[coords.x()][coords.y()] = currentPlayer.marker;
   switchPlayer();
 }