Check out Glinski's Hexagonal Chess, our featured variant for May, 2024.


[ 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

Timurid. Evolution of timur chess. (12x12, Cells: 144) [All Comments] [Add Comment or Rating]
H. G. Muller wrote on Sun, Oct 29, 2023 03:25 PM EDT in reply to François Houdebert from 10:37 AM:

The dist-timurid.zip turns out to provide a very easy way for incorporating the games. I have tried that for Timurid Chess now. I simply copied all the files to the dist/browser/games/chessbase directory. Then all I have to do is add one line to teh dist/broawser/jocly-allgames.js file:

"timurid-chess":{title:"Timurid Chess",thumbnail:"timurid-thumb.png",module:"chessbase"},

to let Jocly know the game exists, and load these files if it gets selected.

It is a bit of a battle, though, to make Jocly actually use the modified file, rather than the one that is cached. I could achieve that by accessing this jocly-allgames.js file directly, and then (in FireFox) reload while pressing Shift to bypass the cache. Starting Jocly after that made the game show up.

I'll incorporate the other 3 games here later. And then I will try to push the sources to the hgm branch of my on-line Jocly git repository.