I need to make this game, very simple.
Could you give some tips?
What should I do?
I think I need to use char tictactoe[3][3]
Players: Me and pc
And what next?
Last edited on
Computer put X or O with random number, that mean I need to use rand()?
Like use
1 2 3
4 5 6
7 8 9
Then computer take random number 2, but can't take 2 in next turn. How to make that?
Last edited on