Skip to content

sergi-s/Chess-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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