I wrote a Tic Tac Toe program and it works perfectly except I'd like to improve it a bit better by having the board refresh slowly instead of just clearing the console and redrawing it. I've tried using the Sleep() command but that only delays the output, i'd like the board to slowly output on the screen.
Heres my code for my class function that draws the board:
Hmm, the best way i can describe it is by having random pixels disappear until they are all gone and then have them randomly output few by few until the board is redrawn.