You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A chess engine made with Python and pygame.
The chess Engine support Pawn Promotion to Queen, Castling, En Passant, Do, and Undo moves.
The algorithm used is min-max algorithm + alpha-beta pruning