...

/

Display the Board

Display the Board

​​Learn how can we display the Tic-Tac-Toe board.

What we have

We have set up the game modes, and now the next step is to create the board. This is our board array as initialized already.

Press + to interact
board array
board array

We already have an array declared for our board. Now, we need to display it in the form of a board.

Requirements of this module

In this task, we will print our array to look like a 33x ...