Check out McCooey's Hexagonal Chess, our featured variant for May, 2025.


[ 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

Fischer Random Chess. Play from a random setup. (8x8, Cells: 64) (Recognized!)[All Comments] [Add Comment or Rating]
H. G. Muller wrote at 03:12 PM EDT in reply to Fergus Duniho from 02:43 PM:

The Ultima Diagram is working for me. Which makes it even stranger.

I noticed that the link to betzaFlex.js in that case containes an extra &uniqid=4 in the query string, though. So I cannot be sure it is the same script; CloudFlare might cache it as a separate file.

[Edit] If I use the FireFox 'inspector' on the created Diagram it gives a height:0px for the <td> elements of the board (which corresponds to the image we see). The line of code that defines the <td> is

      row = row + '<td id="' + bnr + 'y' + h + 'y' + j + '" style="height: ' + sqrSize + 'px; height: ' + sqrSizeCSS + '; width: ' + sqrSize + 'px; width: ' + sqrSizeCSS +

 

which is suspect, as the style attribute sets height twice. I will now try to delete the first occurrence in /fergus/betzaFlex.js.