You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired by GothamChess's AI chess videos - this is an LLM harness for chess. Fixes the real problems that were causing the models to stumble; proper board state context and move validation. Pit GPT, Gemini, Claude and others head-to-head with live reasoning streams, knockout tournaments, and PGN export.
Application Python en mode console permettant de gérer des tournois d’échecs en local (hors ligne), avec sauvegarde des données au format JSON. Conçue selon le pattern MVC, elle permet l’enregistrement des joueurs, le déroulement des matchs, le calcul des scores et l’affichage de rapports.
A robust and feature-rich Python-based console application designed to manage Swiss-style chess tournaments. It automates complex pairing generation, handles various bye scenarios, balances colors, and maintains comprehensive tournament standings and history.