I am not sure how to proceed from what I have already: I am having trouble getting my array to work and I am also having trouble with my chart reseting everytime i re-run the program. It does not save
This question already has answers here: Closed 11 years ago. Possible Duplicate: C++ Tic Tac Toe Game I tried my best and this is what I have so far, please help me out. This is my code th
I am so confused. I am trying to create a tic tac toe game using windows c++ visual.So far I was doing good until I kept getting errors. I tried looking for help but none of the answers seemed right.
Code: http://pastie.org/1961455 Trackback: Traceback (most recent call last): File \"C:\\Users\\COMPAQ\\Desktop\\NoughtsCrosses.py\", line 149, in <module>
I\'m working on an ASP.NET based TicTacToe game. The problem I have with it is that: The game is played between two users. When the first one types \'x\' in the TextBox I want the \'x\' to be shown on
I am making a Tic Tac Toe Program in java because i am learning java and i thought a simple project would be a great place to start. This is my code so far:
For my AI class, I have to make a quantum tic-tac-toe game using alpha-beta pruning. I\'m thinking about the best way to represent a state of the board - my first intuition is to use a sort of neighb
I am designing my implementation strategy for Tic-Tac-Toe game. Since this is my 1st game implementation, I am a bit confused and need some general pointers.
I\'ve wasted my entire day trying to use the minimax algorithm to make an unbeatable tictactoe AI. I missed something along the way (brain fried).
Everything is working up to here, I just need to create the method that checks whether someone has won.