Declared function not declaredI am writing a simple tictactoe game with multiple classes. I have created ttt_board.h and ttt_board...
Need help with a simple AIThe main loop [CODE] // Ugh. int main() { gameStart: int ttts_board [9] = {TTTS_BLANK, TTTS_BLANK,...
Need help with a simple AI[CODE] #include <iostream> #include <cstdlib> using namespace std; enum ttts {TTTS_BLANK, TTTS_O, ...
Need help with a simple AII created a TicTacToe game, and the AI in it is difficult, but predictable. Not only that, but it is...
This user does not accept Private Messages