help with a massivefirst, don't use global variables. [code]// // main.cpp // massives // // Created by Home on 6/1...
Help with a x and 0 game.switch statements are nice :)
tic_tac_toe[code] bool checkLose(int board[3][3], int sums[]){ evaluate(board, sums); for (int a = ...
tic_tac_toe[code]void fillBoard(int board[3][3]){ for (int i = 0; i < 3; i++) { for (int j = 0; j <...
tic_tac_toein some instances when i run this program the AI part of the program will stop running after the pla...
This user does not accept Private Messages