Some fixes. Loser implemented. Draft Extinction,Crazyhouse,Switching
[vchess.git] / public / javascripts / variants / Switching.js
1 //https://www.chessvariants.com/diffmove.dir/switching.html
2 class SwitchingRules extends ChessRules
3 {
4 //TODO:
5 // Move completion: promote switched pawns (as in Magnetic)
6
7 // To every piece potential moves: add switchings
8
9 // Prevent king switching if under check
10 }