Play computer move in webworker to not freeze interface
[vchess.git] / public / javascripts / variants / Chess960.js
... / ...
CommitLineData
1class Chess960Rules extends ChessRules
2{
3 // Standard rules
4}
5
6const VariantRules = Chess960Rules;