Simplify game variables passed to BaseGame component
[vchess.git] / client / src / components / Board.vue
index 8b1055b..ff50b12 100644 (file)
@@ -1,8 +1,5 @@
 <script>
-// This can work for squared boards (2 or 4 players), with some adaptations (TODO)
-// TODO: for 3 players, write a "board3.js"
-
-// TODO: current clicked square + moving square as parameters, + highlight
+// TODO: for 3 or 4 players, write a "board3.js" (board4.js)
 
 import { getSquareId, getSquareFromId } from "@/utils/squareId";
 import { ArrayFun } from "@/utils/array";