812d440ba3a5b5d811ea7024b4ff21c19c0064a5
[vchess.git] / public / javascripts / variants / Ultima.js
1 class UltimaRules extends ChessRules
2 {
3 // TODO: think about move UI for "removing an immobilized piece from the board"
4 // (extend game.js and feedback Rules.js with "there was a click, is it a move?")
5
6 // TODO: Keep usual pieces names here (but comment with Ultima pieces names)
7 // Just change moving + capturing modes.
8 }