[ Help | Earliest Comments | Latest Comments ][ List All Subjects of Discussion | Create New Subject of Discussion ][ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]Single Comment Play Chess Variants with Jocly. Missing description[All Comments] [Add Comment or Rating] François Houdebert wrote on Sat, Feb 10, 2024 11:12 AM UTC:Finishing the capablanca model with its prelude should eventually allow similar variants to be grouped together: For janus, if we put "ANBKQBNA" in setup (King before queen) castling become : var janus={ // asymmetric, to b- or i-file "4/0": {k:[3,2,1],r:[1,2],n:"O-O"}, "4/9": {k:[5,6,7,8],r:[8,7],n:"O-O-O"}, "74/70": {k:[73,72,71],r:[71,72],n:"O-O"}, "74/79": {k:[75,76,77,78],r:[78,77],n:"O-O-O"}, } Finally could we split fairy-piece-model and a fairy-move-model in 2 files?
Finishing the capablanca model with its prelude should eventually allow similar variants to be grouped together:
For janus, if we put "ANBKQBNA" in setup (King before queen)
castling become :
var janus={ // asymmetric, to b- or i-file
"4/0": {k:[3,2,1],r:[1,2],n:"O-O"},
"4/9": {k:[5,6,7,8],r:[8,7],n:"O-O-O"},
"74/70": {k:[73,72,71],r:[71,72],n:"O-O"},
"74/79": {k:[75,76,77,78],r:[78,77],n:"O-O-O"},
}
Finally could we split fairy-piece-model and a fairy-move-model in 2 files?