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.
A FastAPI-based chess server with WebSocket support, real-time matchmaking, and TUI rendering. Designed to be used as a teaching tool or as a easy-to-use framework to let LLMs create their own chess ...