minimax-alpha-beta-pruning topic

List minimax-alpha-beta-pruning repositories

LibGDX-Chess-Game

7
Stars
3
Forks
Watchers

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.

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.

chess-bot

40
Stars
7
Forks
Watchers

A C++ project in which you can play chess against an AI that uses alpha-beta pruning to predict the optimal move.

chess_recognition

15
Stars
0
Forks
Watchers

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.