Difficulty can vary between easy, medium and hard. If playing against the computer, you can choose what searching algorithm the AI should use - Alpha-Beta or Mini-Max.
Introduction: The Pygame Checkers and Chess program is a simple implementation of the traditional checkers and chess games using the Pygame library. It is an 8x8 checkerboard. The game supports mouse ...