Scenario: X takes a turn

Given the game is running
When the player clicks a1
Then the grid should look like
X..
...
...

Scenario: O takes a turn

Given a grid that looks like
X..
...
...
When the player clicks a2
Then the grid should look like
XO.
...
...
