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

[Subject Thread] [Add Response]
M Winther wrote on Tue, Jun 23, 2009 01:33 AM EDT:
Someone in the staff must wake up now. I am still waiting to
publish three presets that include the Zeppelin and Sw. Cannon,
etc., where the moves are wholly validated. I have waited over 
two weeks to publish them. I can't publish them because the 
graphics doesn't work. Fergus is supposed to do this but he 
doesn't respond. This is very frustrating. It involves the piece
set 'Winter: Small set extended.'

$dir = 'http://www.chessvariants.org/graphics.dir/winter/small/';
The following php code line must be corrected:

'ZX' => 'wzerox.gif', 'ZX' => 'bzerox.gif',

It should be:

'ZX' => 'wzerox.gif', 'zx' => 'bzerox.gif',

But there are still some problems. I forgot to include the Cannon 
in the php code, which is a necessary piece. Also, I happened to 
set the Zeppelin to Z, which is the same as the zero pieces.

So the cannons have to be added to the php file:

'CA' => 'wcannon.gif', 'ca' => 'bcannon.gif',

and the Zeppelins must be changed to:

'ZE' => 'wzeppelin.gif', 'ze' => 'bzeppelin.gif',

Mats