Start thinking on room.js: TODO, implement and test challenge / new game HH / abort...
[vchess.git] / public / javascripts / components / board.js
index 5a75f29..a59e41f 100644 (file)
@@ -1,3 +1,5 @@
+// This can work for squared boards (2 or 4 players), with some adaptations (TODO)
+// TODO: for 3 players, write a "board3.js"
 Vue.component('my-board', {
        // Last move cannot be guessed from here, and is required to highlight squares
        // vr: object to check moves, print board...