tic-tac-toe
Tic Tac Toe Program help
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[详细]
2023-03-23 13:48 分类:问答C++ Tic Tac Toe Game [duplicate]
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[详细]
2023-03-22 23:13 分类:问答C++ Tic Tac Toe Game
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.[详细]
2023-03-22 17:42 分类:问答How do I get rid of this TypeError, and why is it occurring given that I am simply reassigning a value in a list?
Code: http://pastie.org/1961455 Trackback: Traceback (most recent call last): File \"C:\\Users\\COMPAQ\\Desktop\\NoughtsCrosses.py\", line 149, in <module>[详细]
2023-03-08 00:41 分类:问答Submit value of a TextBox without reloading page
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[详细]
2023-03-05 08:08 分类:问答How to pause / resume Java Threads
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:[详细]
2023-02-23 14:21 分类:问答Quantum tic-tac-toe with alpha-beta pruning - best representation of states?
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[详细]
2023-01-27 15:16 分类:问答Suggestion on Tic Tac Toe
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.[详细]
2023-01-24 18:59 分类:问答Minimax explained for an idiot
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).[详细]
2023-01-20 04:15 分类:问答What's the best way to approach this simple TicTacToe exercise?
Everything is working up to here, I just need to create the method that checks whether someone has won.[详细]
2023-01-17 18:23 分类:问答