Commit | Line | Data |
---|---|---|
63ca2b89 BA |
1 | au moins l'échange des coups en P2P ? et game chat ? |
2 | surligner "hall" (menu) si nouveau défi perso (reçu) et pas affichage courant | |
3 | de même surligner "my games" si c'est à nous de jouer dans une partie (corr) | |
4 | ||
5 | Click elsewhere make modal disappear (for now: Esc key works...) | |
6 | ||
7 | Use better-sqlite3 instead of node-sqlite3: | |
8 | https://www.npmjs.com/package/better-sqlite3 | |
9 | ||
10 | Canvas for hexagonal board Vue reactivity : | |
11 | https://stackoverflow.com/questions/40177493/drawing-onto-a-canvas-with-vue-js | |
12 | custom directives ? | |
13 | ||
14 | Desktop notifications: | |
15 | https://developer.mozilla.org/fr/docs/Web/API/notification | |
16 | ||
17 | Think about this: | |
18 | https://alligator.io/vuejs/component-communication/ | |
19 | https://alligator.io/vuejs/global-event-bus/ | |
20 | ||
21 | Dans variant page, "mes parties" peut toujours contenir corr + importées (deux onglets) | |
22 | En fin de partie (observée ou non), bouton "import game" en + de "download game" ==> directement dans indexedDB | |
23 | les parties par correspondance survivent 7 jours après la fin de partie | |
24 | ||
25 | mat en 2 échiqueté : brnkr3/pppp1p1p/4ps2/8/2P2P2/P1qP4/2c1s1PP/R1K5 | |
26 | (Bb3+ Kb1 Ba2#) | |
27 | ||
28 | Importer des parties : nécessite de parser le PGN produit (possible, un peu pénible) | |
29 | ||
30 | espagnol : jugada ou movimiento ? | |
31 | fin de la partida au lieu de final de partida ? | |
32 | ||
33 | Mode new game contre un ami comme sur lichess ? | |
34 | ||
35 | Coordonnées sur échiquier: sur cases, à gauche (verticale) ou en bas (horizontale) | |
36 | ||
37 | Import game : en local dans indexedDb, affichage dans "Games --> Imported" | |
38 | ||
39 | Hexachess: McCooey et Shafran (deux tailles, randomisation OK) | |
40 | http://www.math.bas.bg/~iad/tyalie/shegra/shegrax.html | |
41 | http://www.quadibloc.com/chess/ch0401.htm | |
42 | ||
43 | Inspiration for refactor: | |
44 | https://github.com/triestpa/Vue-Chess/blob/master/src/components/chessboard/chessboard.js | |
45 | https://github.com/gustaYo/vue-chess | |
ddec77d8 BA |
46 | |
47 | Server: | |
48 | Later: use http2 | |
49 | https://webapplog.com/http2-node/ | |
50 | https://www.npmjs.com/package/spdy | |
51 | Express 5? |