I am planning out a TTT game. I am planing to store the board in a 2 deminsional char array. I will be using x for X, o for O, and e for empty. I think it would be a little inconveinent to not display a board to show all current posistions. How would you all display the board? I thought about createing a function to check each element of the array and depending on the value it will display the correct thing and after it comes to 1.3 it will bring it down to the next line and do the same until it finishes (bringing down to a new line after 2.3 also. Is this how you all would do it?