User: SeanTL

  • Public profile

User profile: SeanTL

User info
User name:SeanTL
History
Joined:
Number of posts:4
Latest posts:

Declared function not declared
I am writing a simple tictactoe game with multiple classes. I have created ttt_board.h and ttt_board...

Need help with a simple AI
The 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 AI
I 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