Sunfish is a simple, but strong chess engine, written in Python. With its simple UCI interface, and removing comments and whitespace, it takes up just 131 lines of code! (build/clean.sh sunfish.py | ...
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 ...