This program is a game of Tic-Tac-Toe written in java.
X player goes first.
The coordinates are:
bottom/left (1 1)
top/right (3 3)
Use the following coordinates to play:
(1 3) (2 3) (3 3)
(1 2) (2 2) (3 2)
(1 1) (2 1) (3 1)
Example step:
Enter the coordinates: 1 3