12 Jun
2024
12 Jun
'24
7 p.m.
let us design a game of tictactoe !!! ummmmm ummmm m thinking of a 3x3 datastructure containing empty spaces, xs and os class TicTacToeGameState: TTTPiece board[3,3]; bool winprobability4player(TTTPiece player);