Loading repository dataβ¦
Loading repository dataβ¦
njmarko / repository
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.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Minmax algorithm with Alpha-Beta (πΌβπ½) Pruning optimization for the Checkers (Draughts) game.