This is an open-source Python implementation of the Dice Chess variant, built on top of the python-chess library. Each turn, a player rolls three dice that determine which pieces they may move. Unlike ...
A simple chess game implemented in Python using the Pygame library. It features a basic AI that calculates the optimal move by peeking DEPTH moves ahead. The AI assesses positions and scores only.