Some advances. TODO: test board.js, and then game.js, and then implement room.js
[vchess.git] / public / javascripts / variants / Chess960.js
CommitLineData
1d184b4c
BA
1class Chess960Rules extends ChessRules
2{
3 // Standard rules
4}
643479f8
BA
5
6const VariantRules = Chess960Rules;