Why does my switchPlayer() method only work once? The method should work independently just fine, and when I put it inside my playGame() method after placeMark(), it works continuously, but that messes up my currentPlayer variable, which messes up other methods. I do not want to make a player object, so I assume I am just missing something simple, like where to place the switchPlayer() method.Why does my switchPlayer() method only work onc