This is a Chess game built using python with pygame module for GUI. It has 2 playing mode either you can play against another human player or against AI. The AI was implemented using Minimax algorithm ...
Added chess.parse_square(), to be used instead of chess.SQUARE_NAMES.index(). Added chess.Board.apply_mirror(). Added chess.svg.board(..., colors), to allow overriding the default theme. Deprecated ...