递归minimax算法无法深入
I am trying to create a minimax tictactoe implementation for CS50AI project. I am sharing the functions that I used for clarity but main problem is the minimax. I wanted it to be recursive but the problem was : If it discovers an endgame state, it supposes...