Display the Board
Learn how can we display the Tic-Tac-Toe board.
We'll cover the following...
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
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 x ...