From 90cb2a6e9fa934bfb1c1be37ca45db893526d19a Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 4 Feb 2020 10:40:30 +0100 Subject: [PATCH] Update LICENSE + TODO --- LICENSE | 2 +- TODO | 29 ++--------------------- client/icons_TODO | 27 --------------------- hexaboard_test.html | 58 --------------------------------------------- 4 files changed, 3 insertions(+), 113 deletions(-) delete mode 100644 client/icons_TODO delete mode 100644 hexaboard_test.html diff --git a/LICENSE b/LICENSE index bdf8b764..e7936de2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2018-2019 Benjamin AUder +Copyright 2018-2020 Benjamin AUder Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. diff --git a/TODO b/TODO index d1b50d4b..c5a7b0af 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,4 @@ -Afficher les observers sur page Game ? Où ? - au moins l'échange des coups en P2P ? et game chat ? -surligner "hall" (menu) si nouveau défi perso (reçu) et pas affichage courant -de même surligner "my games" si c'est à nous de jouer dans une partie (corr) - -Click elsewhere make modal disappear (for now: Esc key works...) Use better-sqlite3 instead of node-sqlite3: https://www.npmjs.com/package/better-sqlite3 @@ -16,36 +10,17 @@ custom directives ? Desktop notifications: https://developer.mozilla.org/fr/docs/Web/API/notification -Think about this: -https://alligator.io/vuejs/component-communication/ -https://alligator.io/vuejs/global-event-bus/ - Dans variant page, "mes parties" peut toujours contenir corr + importées (deux onglets) En fin de partie (observée ou non), bouton "import game" en + de "download game" ==> directement dans indexedDB -les parties par correspondance survivent 7 jours après la fin de partie +Import game : en local dans indexedDb, affichage dans "Games --> Imported" +Importer des parties : nécessite de parser le PGN produit (possible, un peu pénible) mat en 2 échiqueté : brnkr3/pppp1p1p/4ps2/8/2P2P2/P1qP4/2c1s1PP/R1K5 (Bb3+ Kb1 Ba2#) -Importer des parties : nécessite de parser le PGN produit (possible, un peu pénible) - espagnol : jugada ou movimiento ? fin de la partida au lieu de final de partida ? -Mode new game contre un ami comme sur lichess ? - -Coordonnées sur échiquier: sur cases, à gauche (verticale) ou en bas (horizontale) - -Import game : en local dans indexedDb, affichage dans "Games --> Imported" - -Hexachess: McCooey et Shafran (deux tailles, randomisation OK) -http://www.math.bas.bg/~iad/tyalie/shegra/shegrax.html -http://www.quadibloc.com/chess/ch0401.htm - -Inspiration for refactor: -https://github.com/triestpa/Vue-Chess/blob/master/src/components/chessboard/chessboard.js -https://github.com/gustaYo/vue-chess - Server: Later: use http2 https://webapplog.com/http2-node/ diff --git a/client/icons_TODO b/client/icons_TODO deleted file mode 100644 index d6ed03c7..00000000 --- a/client/icons_TODO +++ /dev/null @@ -1,27 +0,0 @@ -alert-octagon -arrow-left -arrow-right - -(( check )) -(( check-square )) - -chevron-left -chevrons-left -chevron-right -chevrons-right - -(( et up / down ? )) - -download -edit -home -mail -log-in -log-out - -(( menu )) - -send -settings -user -x diff --git a/hexaboard_test.html b/hexaboard_test.html deleted file mode 100644 index 86abc2e0..00000000 --- a/hexaboard_test.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - Chess Board - - - - - -Your browser does not support the HTML5 canvas tag. -TODO: describe chessboard ? - - - - - - -- 2.44.0