Locate 10,2,"| |"
Locate 9,3,"-+-+-"
Locate 10,4,"| |"
Locate 9,5,"-+-+-"
Locate 10,6,"| |
But I made a tictactoe grid with f-lines
After that i made a do getkey loop. You can see the grid only for a shorttime than you see the amount of getkey
. My Question is how can i make that the grid will stay all time and the getkey is unseen. So i can Press for e.g 1 for getkey 72 and than with
if getkey 72
then circle a,b,c / or f-line:f-line
If end
To make a circle or an x in one of the boxes of the tictactoe grid
2. My second question is how can i combiene sketch and variable for e.g i want that the solution of ?→x is in a box.
Edited by Tictactoe, 15 November 2016 - 03:26 PM.