
-----------------------------------
TEK69
Mon Jun 06, 2005 11:07 am

TIC-TAC-TOE Help
-----------------------------------
I need to know how to prevent the X's from covering the O's

-----------------------------------
StarGateSG-1
Mon Jun 06, 2005 11:26 am


-----------------------------------
Create  a data table

were X,O,B are on it, save it to a file or not and have this

BXO
OXB
BOB

somehting like that.

-----------------------------------
TEK69
Mon Jun 06, 2005 11:28 am

got it
-----------------------------------
I got it, used boolean values, I can't belive i didn't think of it before.

Thanks for the sudgestion though.
