Minimax c++ checkers game
I’m trying to create a game of checkers and play for the computer using minimax, but somehow I can’t find an error that causes the player to be favored over the computer when calculating minimax, and in main in the variable val I get more values if the computer is not doing well, somehow I can’t find it cause. Thank you for all the comments