Closed MaxDemmler closed 4 years ago
Implementing a minimax algorithm with alpha-beta pruning.
Classic minmax does not work for N-Player games. Alternatives:
Implementing a minimax algorithm with alpha-beta pruning.