Fix Konane and Yote computer play + a few bugs
[vchess.git] / client / src / variants / Fanorona.js
... / ...
CommitLineData
1import { ChessRules } from "@/base_rules";
2
3export class FanoronaRules extends ChessRules {
4
5 // TODO
6
7};