Convenience function called internally by play4inaRow that switches
the player symbols, so that each player sees their own pieces as "X"
and their opponents' as "O".
Usage
invertPieces(game)
Value
Returns the game matrix with "X" and "O"
symbols switched.
Arguments
game
A 6x7 matrix object representing the current game board.