|
All checks were successful
Build and Push / build-all (push) Successful in 2m11s
- Add convertChess960Fen() function to convert Chess960 file-based
castling notation (e.g., "HAha") to standard notation ("KQkq")
- chess.js doesn't support Chess960 FEN natively, so we convert before
loading
- Apply conversion in all places where FEN is loaded: waiting state,
playing state, and opponent move handler
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| src | ||
| static | ||
| .gitignore | ||
| Dockerfile | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||