C#C
C#3y ago
Freez

❔ TicTacToe Minimax isnt working properly

Hello ive been trying to make a tictactoe game where the player plays against an AI that uses the minimax algorithm but the bot is making suboptimal moves and even after surfing the web i am confused as to why..
the methods i use to determine a move for the bot are
GetMove(); Minimax(); Eval()

im attaching the whole code as a file
Was this page helpful?