Check out Grant Acedrex, our featured variant for April, 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

Sky. Brilliant original game by Christine Bagley-Jones. Pieces promote through a succession of odd leapers eventually to a rooks.[All Comments] [Add Comment or Rating]
🕸Fergus Duniho wrote on Sat, Feb 18, 2023 06:19 PM UTC in reply to Daniel Zacharias from Fri Feb 17 10:57 PM:

The preset for this game is broken because every game is that has a rank labelled 0.

That should be fixed now. In the code for assigning coordinate labels, there was the code

if (empty($ry))
    $ry = "null";

The variable $ry was for the rank label for the rank with the raw number of $y, and it was turning 0 into null. Removing it fixed the problem.