Improve autoplay, debug move reception while autoplay and/or analyze is on. Add Ambig...
[vchess.git] / client / src / variants / Chess960.js
1 import { ChessRules } from "@/base_rules";
2
3 export class Chess960Rules extends ChessRules {
4 // Standard rules
5 };