Simplify Game logic a bit + some advances on Chakart
[vchess.git] / client / src / variants / Monochrome.js
index 5bd2ce0..b17b6f1 100644 (file)
@@ -6,6 +6,10 @@ export class MonochromeRules extends ChessRules {
     return false;
   }
 
+  static get Lines() {
+    return [ [[4, 0], [4, 8]] ];
+  }
+
   get showFirstTurn() {
     return true;
   }