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.
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.