0
how do you erase the text in the screen and add a character in a specific location?
I need to do this for a tic tac toe game
1 Respuesta
0
I don't thik it is simple. I don't know about any way to do this (of course there probably is a way), but most tic-tac-toe games just clear whole screen and redraw the new situation, which is simple to do.