Explain how the minimax function works for ai in a game of connect 4What does the -∞ represent, and how can I put it in my program?
Explain how the minimax function works for ai in a game of connect 4Hi, thanks for the responses. I took a look at this:[code]function integer minimax(node, depth) ...
Explain how the minimax function works for ai in a game of connect 4Hi, I've been working on a c++ game of connect 4. It uses a multidimensional array, and I have a fun...
This user does not accept Private Messages