alpha-beta-pruning-minmax-checkers
alpha-beta-pruning-minmax-checkers copied to clipboard
Minmax (minimax) algorithm with Alpha-Beta (𝛼−𝛽, ab) Pruning optimization for the Checkers (Draughts) game in Python 3. Same minimax algorithm works for chess, tic tac toe or similar games.
trafficstars
alpha-beta-pruning-minmax-checkers
Minmax algorithm with Alpha-Beta (𝛼−𝛽) Pruning optimization for the Checkers (Draughts) game.