Relative Content

Tag Archive for c++chessminimaxalpha-beta-pruning

C++ minimax mini-Chess

I have a chess game made and I’m trying to minimax it. For example, I have a mini version of 4×4 chess, but I can’t help minimax to find the optimal solution.