Check out Makruk (Thai Chess), our featured variant for March, 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

Play-test applet for chess variants. Applet you can play your own variant against.[All Comments] [Add Comment or Rating]
Greg Strong wrote on Fri, Dec 18, 2020 03:17 PM EST in reply to Greg Strong from 02:41 PM:

Hmmm... So I found where this is handled in the PHP code and it looks correct:

       case "lastfile": // Returns numeric index of last file
           array_push ($output,  count($file)-1);
           break;
       case "lastrank": // Returns numeric index of last rank
           array_push ($output,  count($rank)-1);
           break;

So I'm not sure why this is happening.