Search code examples
Trying to implement tic-tac-toe using minimax algortighm, but getting not optimal moves...

pythontic-tac-toeminimax

Read More
TicTacToe and Minimax...

pythonglobal-variablestic-tac-toelocal-variablesminimax

Read More
I have made a Tic Tac Toe game but it shows the wrong player when someone has won...

pythontic-tac-toe

Read More
Tic Tac Toe game over Bluetooth android, playing turn by turn?...

androidbluetoothtic-tac-toeandroid-bluetooth

Read More
X is not defined in Tic-Tac-Toe...

pythontic-tac-toe

Read More
Unable to break the inner loop for the second loop to get executed...

pythontic-tac-toe

Read More
need help finding solution to deciding turns for tic-tac-toe...

pythonprocessingtic-tac-toe

Read More
Algorithm for Determining Tic Tac Toe Game Over...

algorithmstatetic-tac-toe

Read More
Tic tac toe implementation using Minimax tree in Parallel...

parallel-processingtic-tac-toeminimax

Read More
Tic Tac Toe game...

ctic-tac-toe

Read More
Hello I am creating a TicTacToe game for myself to understand Java better...

javaswingjbuttontic-tac-toe

Read More
Why are no X's appearing on the screen once mouse is clicked?...

pythonpygametic-tac-toe

Read More
Generate a list of all unique Tic Tac Toe boards...

algorithmtic-tac-toe

Read More
Check if 3 elements in an array are the same value...

c++tic-tac-toe

Read More
getch() replacement in C...

ctic-tac-toe

Read More
Tictac toe game keeps stopping with logcat error java.lang.IllegalStateException:Could not execute m...

javaandroidtic-tac-toe

Read More
Python Minimax is not giving that correct output and I cannot pinpoint the cause...

pythontic-tac-toeminimax

Read More
Tic Tac Toe algorithm to find diagonals in a board that is bigger than 3x3...

pythonpython-3.xalgorithmsearchtic-tac-toe

Read More
Issue with tie and game over...

pythontkintertic-tac-toe

Read More
How can correct the draw function in Tic-Tac-Toe game?...

pythontic-tac-toe

Read More
Board is not being reset, tic tac toe game...

pythontic-tac-toe

Read More
Why is my Tic-Tac-toe giving two wins to X win they win?...

javascripttic-tac-toe

Read More
How to solve Tic Tac Toe 4x4 game using Minimax Algorithm and Alpha Beta Pruning...

javascriptmachine-learningtic-tac-toeminimaxalpha-beta-pruning

Read More
I'm trying to make a TicTacToe Ai to play against. But, I try to make it when the first square i...

javascripthtmlcsstic-tac-toe

Read More
Can anyone explain what "std::vector<std::vector<char>> board(3, std::vector<cha...

c++vectortic-tac-toe

Read More
Tic-Tac-Toe with minimax can be beaten in middle row or middle column. How to fix it so it becomes u...

javascriptarraysrecursiontic-tac-toeminimax

Read More
How to properly implement Minimax AI for Tic Tac Toe?...

pythonalgorithmtic-tac-toeminimax

Read More
Efficient way to implement Minimax AI for Tic Tac Toe orders 3, 4, 5?...

pythonalgorithmtic-tac-toe

Read More
X takes two turns before switching to O...

javascriptdomdom-eventstic-tac-toe

Read More
How to make a 3 in a row detection system in tic tac toe?...

javascriptarraysconstructortic-tac-toe

Read More
BackNext