A chess game with a zen user interface.
Many thanks to interaminense for letting me use his beautiful Starry Sky.
The sage reflection feature calls the Mistral AI chat API. Copy .env.example to .env, set MISTRAL_API_KEY to your key from the Mistral console, and optionally MISTRAL_MODEL (default: mistral-small-latest).
cp .env.example .env
# Edit .env: MISTRAL_API_KEY=your_keypip install -r requirements.txt
python app.py
