Hi,
FOr console text based games like tic tac toe, connect four, battleship, maze and etc etc, often the squares in between the board or a grid needs to be updated. How is that done? Do you have to redraw the whole board every time an update is to be done? Or do you go back and edit whatever's needed. But how do you do that if this is the case?
thnx in advance



LinkBack URL
About LinkBacks



Don't feel too bad...I'm not using win32 API either or any other API for that matter.