Allow hyphen in username on server side + add icons for navigation
[vchess.git] / TODO
CommitLineData
a97bdbda
BA
1# Functionality:
2On Game page "mconnect" events =>
3 send lastate to them (because they have the game infos) or just "your turn" - if their turn
4 remember them to send next "newmove" (or just "it's your turn") later - if not their turn
5 (=> listen for "mdisconnect" as well)
6From MyGames page: send "mconnect" to all online players (me included: potential multi-tabs)
7 When quit, send mdisconnect (relayed by server if no other MyGames tab).
8And remove current "notify through newmove" on server in sockets.js
2aca9d7b 9
2ebba5c0
BA
10Analyse mode when launched from a position: should keep orientation
11--> $route query param, "side=w or b"
2aca9d7b 12
b9a5fe01
BA
13Subcursor (intra move) for multi-move variants for better navigation (in BaseGame)
14
15Allow symmetric mode in all variants (vertical symmetry for racing kings)
16flag in challenge, "Symmetric: true / false", option of GenRandInitFen()
17
a97bdbda 18# Misc:
2aca9d7b
BA
19Saw once a "double challenge" bug, one anonymous and a second one logged
20Both were asked a challenge probably, and both challenges added as different ones.
eac8fbb5
BA
21
22# New variants
238-pieces https://www.youtube.com/watch?v=XZ8K02Da7Ps&list=PLRyjH8DPuzTBiym6lA0r84P8N0HnTtZyN&index=6&t=0s
24https://www.chessvariants.com/rules/8-piece-chess
9618937e
BA
25Eightpieces : non-symmetric
26Sym8pieces : symmetric (960)
2ebba5c0 27
b9a5fe01
BA
28Generator vatiant, called "Matrix" ?
29Peces on first rank never move but generate new pieces. Pawn don't generate.
30A generator captured and replaced by a similar piece does not generate.
31King does not generate. No castling. En passant possible?
32Goal is still checkmate.
33
34Take(a)n(d)make : if capture a piece, take its power for the last of the turn and make a move like it.
35If a pawn taken: direction of the capturer.
36
2ebba5c0 37+ Maxima, Interweave, Roccoco, Dynamo, Synchrone, Cannibal (force captures)