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 ...
Implemented a solution for the Chess game, with options to play player vs player, or a player agains the computer, which only executes random moves. The project is implemented using the PyGame Module.