I am making tic-tac-toe in a console app but i do no know what to write.I have made my menu and i also want to know how i can like clean all the writing off the conole app so you cant see it no more .Here is my code:
Easiest way is to just make a function that prints a hundred new lines. This will push up the old stuff so it's no longer on the visible section of the console.