python-chess is a chess library for Python, with move generation, move validation, and support for common formats. This is the Scholar's mate in python-chess: ...
A simple yet extensible chess engine written in Python, featuring a Universal Chess Interface (UCI) protocol implementation, a basic GUI, and minimax-based search. This project is designed for ...
Chess is famous as perhaps the most respected board game ever played, and we often uses chess as a way to metaphorically teach lessons about the world. But as it turns out, chess is also pretty good ...