News

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 ...
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 algori ...
This post explains what a Python module is and how to use it to drastically extend the capabiltiies of your code. Plus: how to make your own!