Show first move indication in Hamilton
[vchess.git] / client / src / variants / Hamilton.js
index 08994e3..6794e72 100644 (file)
@@ -10,6 +10,10 @@ export class HamiltonRules extends ChessRules {
     return false;
   }
 
+  get showFirstTurn() {
+    return true;
+  }
+
   static get HOLE() {
     return "xx";
   }