Skip to content

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.

License

Notifications You must be signed in to change notification settings

njmarko/alpha-beta-pruning-minmax-checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

alpha-beta-pruning-minmax-checkers

Minmax algorithm with Alpha-Beta (๐›ผโˆ’๐›ฝ) Pruning optimization for the Checkers (Draughts) game.