Given a grid that looks like
OO.
XX.
X..
When the player clicks a3
Then the grid should look like
OOO
XX.
X..
Then the message should read "O wins!" 