Fix captures and some moves for Grand & Wildebeest
[vchess.git] / public / javascripts / variants / Wildebeest.js
index 2ecc01b..f198eeb 100644 (file)
@@ -165,6 +165,8 @@ class WildebeestRules extends ChessRules
                        V.steps[V.KNIGHT].concat(V.steps[V.CAMEL]));
        }
 
+       // TODO: stalemate is a win (?!)
+
        static get VALUES() {
                return Object.assign(
                        ChessRules.VALUES,