Hi,
I need a subrutine for when you have a draw in tic tac toe.
I'm still learning the language so bare with the long code.
The way I have it set up, it prints the winner stuff when there is a winner and the draw stuff when there is a draw, but if someone wins on the last turn it prints the winner stuff and the draw stuff. If someone wins on the last move I don't want it to print the draw stuff if it isn't supose to. (obviosly right) LOL
I believe I need to set up something that checks for a win on the 9th move of the game and if there is no winner then it prints It's a draw. Can someone help me ?
Here is my code that I have from the loop on down
UnseenGhost