A algorithm that attempts to minimize your opponents score and maximize your own score.
Involves recursively checking the values of possible game states for each branch taken.
These state values are assigned with Terminal State values.
A algorithm that attempts to minimize your opponents score and maximize your own score.
Involves recursively checking the values of possible game states for each branch taken.
These state values are assigned with Terminal State values.