Write a simple program to play a game of Tic-Tac-Toe. The game is between two players. The computer starts displaying the board with all the empty spots and asks for the first move. The computer asks each player for her move; the player will inform the coordinates to place her mark with a letter and a number; the letter indicating the column and the number the row. Example: B2 is the center of the board. A1 is the top left corner of the board. C3 is the bottom right corner (furthermost from the A1).
The computer will keep asking both player for their marks until one of them win or there are no more places in the board to position marks.