Hello!
I'm programming the tic tac toe game on 8086 and I'm having difficulties trying to change the cursor position from one place to another,for example,I managed to place the cursor on the top left corner on the tic tac toe board and I want to change it to the right on the same row.How do i do that?
Thanks in advance for the replies!
if u r programing in DOS look out the "INT 10h" it manage the mouse
now in masm, in windows help there a lot of functions that u can use, u just have to read a little
i will post some programs in DOS tomorrow if u are interested, im leaving my work now
:U
Hello esmeco, welcome to the board.
By "cursor", do you mean the text cursor in a DOS program or Windows console app, or the mouse cursor?
Well,by cursor I mean the text cursor that the user moves within the tic tac toe board so that he can put the X or the O symbol...