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

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.

About

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.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages