I have to create a TicTacToe game that accepts user input of positions 1 - 9. I started with a few functions but then now I'm totally lost with taking into considerations all the possible troubleshooting: like switching turns when one player already went, how to actually print and mark the board keeping track of the progress already played, making sure nothing invalid is going to be played without an exception statement, being able to empty out the board when done, etc. I don't even know how to construct my "main". We can't use arrays, the point is to see if we know how to construct this the "long" way. I AM COMPLETELY LOST AT THIS POINT. CAN ANYONE HELP ME???