Draft of Ultima chess rules; almost OK HalfChess
[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 }