News

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 ...
This is a Python program that can find a set of moves from a given starting chess position to a given target chess position. It is not always successful, but I tried to improve the success rate as ...