Simple Game of Tic Tac Toe; Resets after every game; Do NOT Keep score sorry; Tell me if you find a bug or problem; Also if you get more than 1 winning row, it will only choose one;
The Score Feature is simple on the root frame (the first frame must be blank) use _root.score= 0 and name your text box var that. Then tell it if X or O is the winner.
this is a game for a bigger program I'm making. I didnt incorporate a score system since its only going to be single games I'll be using. Also I'll make a AI for this later. I hope you are around to see the finished game.
and name your text box var that.
Then tell it if X or O is the winner.