im working on a tictactoe game and its going pretty well, but i need to make the game place the rounds at random places and not in the crosses. can someone help me a bit?
I think you're trying to find a spot on the board that has not been already used and since I don't know your code something similar to this might work?
Pick a random Spot on the grid
While the chosen spot on the grid is marked as a cross
pick another spot
Place Circle on the chosen spot