Some fixes + draft newmove pingback logic (unfinished, not working)
[vchess.git] / client / src / variants / Shatranj.js
index ef6f65b..b45d915 100644 (file)
@@ -1,6 +1,3 @@
-// TODO: bishop OK, but queen should move vertical/horizontal and capture diagonally.
-// ==> then the pawn promotion is a real promotion (enhancement).
-
 import { ChessRules } from "@/base_rules";
 
 export const VariantRules = class ShatranjRules extends ChessRules {