minimax-alpha-beta-pruning topic
LibGDX-Chess-Game
A Parallel AI Chess Game made with LibGDX Framework to make the game playable on many devices. Choose against AI from Level 1 to Level 10. You can play against your friend as well.
blackmarlin
WIP Chess Engine
alpha-beta-pruning-minmax-checkers
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.
chess-bot
A C++ project in which you can play chess against an AI that uses alpha-beta pruning to predict the optimal move.
chess_recognition
This project uses computer vision techniques to detect objects on a chessboard. The data are converted into an 8x8 numpy matrix which is passed to the minimax algorithm to suggest a move.