minmax-alpha-beta-pruning topic
List
minmax-alpha-beta-pruning repositories
alpha-beta-pruning-minmax-checkers
19
Stars
1
Forks
Watchers
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.
TicTacToe-Game
16
Stars
3
Forks
16
Watchers
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm