C++ chess minimax
I have a problem with minimax. Notice that in the isFinished and evaluateBoard methods I distinguish which player won.
I have a problem with minimax. Notice that in the isFinished and evaluateBoard methods I distinguish which player won.