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