Almost added TitanChess + EvolutionChess
[vchess.git] / client / src / variants / Football.js
index 1ccb2a4..bde38e5 100644 (file)
@@ -3,6 +3,7 @@ import { ArrayFun } from "@/utils/array";
 import { shuffle } from "@/utils/alea";
 
 export class FootballRules extends ChessRules {
+
   static get HasFlags() {
     return false;
   }
@@ -112,4 +113,5 @@ export class FootballRules extends ChessRules {
       " w 0 -"
     );
   }
+
 };