Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 217 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 217 Bytes

Chess-Engine

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