How to utilize miniMax algorrithm in Checkers game
- by engineer
I am sorry...as there are too many articles about it.But I can't simple get this.
I am confused in the implementation of AI. I have generated all possible moves of computer's type pieces. Now I can't decide the flow. Whether I need to start a loop for the possible moves of each piece and assign score to it.... or something else is to be done.
Kindly tell me the proper flow/algorithm for this. Thanks