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

Game Courier Developer's Guide. Learn how to design and program Chess variants for Game Courier.[All Comments] [Add Comment or Rating]
🕸📝Fergus Duniho wrote on Sat, Oct 10, 2020 01:43 AM UTC in reply to Jose Carrillo from 12:43 AM:

The empty command doesn't seem to be working as it should,

I'm trying to create a new preset, and when using the empty command in the pre-game, the pieces end up captured.

I just tested it in Chess, and it works as it should. When I ran the following code, it removed White's King and the Queen-side Rook from the board, and it printed K. If it were working the same as capture, it would have printed R.

capture e1;
empty a1;
echo $lastcaptured;