...

/

Termination Modules

Termination Modules

Learn how can we terminate our game.

What we have

We have completed all the steps to be able to play the game.

Considering these steps, we won’t be able to end the game because there is still no check when the game will end.

Requirements of this module

After placing each move, we will have to check for the game’s end. Let’s divide the process into two steps.

  • Check for the win

  • Check for the tie

Once again, let’s plan the major steps of deciding the ...