X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=TODO;h=c5a7b0aff5694131d6673eaefa31b16acfc3fdde;hb=90cb2a6e9fa934bfb1c1be37ca45db893526d19a;hp=7271a9074d448f976c5082dd36063ce352c66109;hpb=179af6dd72b6194e7512bc076d1901a6c6ea07d8;p=vchess.git diff --git a/TODO b/TODO index 7271a907..c5a7b0af 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,28 @@ -For animation, moves should contains "moving" and "fading" maybe... -(But it's really just for Magnetic chess) -setInterval "CRON" task in sockets.js to check connected clients -(every 1hour maybe, or more) -Button to show all pieces that can move (next to expert mode; change icons) -Style (crazyhouse): ghost image of reserve pieces are initially translated -Some bots are very weak, others quite slow... +au moins l'échange des coups en P2P ? et game chat ? + +Use better-sqlite3 instead of node-sqlite3: +https://www.npmjs.com/package/better-sqlite3 + +Canvas for hexagonal board Vue reactivity : +https://stackoverflow.com/questions/40177493/drawing-onto-a-canvas-with-vue-js +custom directives ? + +Desktop notifications: +https://developer.mozilla.org/fr/docs/Web/API/notification + +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 +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#) + +espagnol : jugada ou movimiento ? +fin de la partida au lieu de final de partida ? + +Server: +Later: use http2 +https://webapplog.com/http2-node/ +https://www.npmjs.com/package/spdy +Express 5?