...

/

Switch Players

Switch Players

Learn how can we switch between players.

We'll cover the following...

What we have

If the game does not end, then we should prepare for the next round. In Tic-Tac-Toe, we need to switch the players before starting the next round.

Requirements of this module

In this task, we want to change the value of currentPlayer variable. We first ...