Author | Message |
---|---|
mcasti88
Posts: 14
|
Posted 14:19 Sep 19, 2019 |
Correct me if I am wrong but from what I have understood, the successor states would be the possible moves that the player and minimax player would make. |
kmarlis
Posts: 35
|
Posted 14:33 Sep 19, 2019 |
The successor states are the boards for each potential move the the current player can make. For example, an empty board would have 9 successors, one for each potential location where X could make their move. And then each of those would have 8 successors of their own for where O could make their move. |