Hey so I have my tic tac toe game that I'm making, but I don't know how to make the system recognize that there are three in the row. How????
Offline
Well, I would recommend storing the values of the squares in a list, and then if items 1, 2, and 3, or 1, 4, and 7, or etc, you win.
Offline
but wouldn't that take a really long script? is there any easier way to do it?
Offline