Some fixes. Loser implemented. Draft Extinction,Crazyhouse,Switching
[vchess.git] / public / javascripts / variants / Switching.js
CommitLineData
a6abf094
BA
1//https://www.chessvariants.com/diffmove.dir/switching.html
2class 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}