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

Ajax Chess. All pieces have can play one square in any direction, the Mastodon leaper complements the Knight. (10x10, Cells: 100) [All Comments] [Add Comment or Rating]
💡📝Jose Carrillo wrote on Fri, Jan 22, 2010 03:04 AM UTC:
Thanks Antoine.

Can you also add the Guard (Man or Commoner) to the Alfaerie for Ajax piece set?

'G' => 'alfaerie/wguard.gif', 'g' => 'alfaerie/bguard.gif',

- - -

Below is the full new Ajax Piece Set definition:


http://www.chessvariants.org/graphics.dir/;

$pieces = array(
'K' => 'alfaerie/wking.gif', 'k' => 'alfaerie/bking.gif',
'Q' => 'alfaerie/wqueen.gif', 'q' => 'alfaerie/bqueen.gif',
'B' => 'alfaerie/wpromotedbishop.gif', 'b' => 'alfaerie/bpromotedbishop.gif',
'M' => 'alfaeriemisc/lavallee/wsissa2.gif', 'm' =>
'alfaeriemisc/lavallee/bsissa2.gif',
'N' => 'alfaeriemisc/bagleyjones/wknightzzstar.gif', 'n' =>
'alfaeriemisc/bagleyjones/bknightzzstar.gif',
'P' => 'alfaerie/wpawn.gif', 'p' => 'alfaerie/bpawn.gif',
'R' => 'alfaerie/wpromotedrook.gif', 'r' => 'alfaerie/bpromotedrook.gif',
'F' => 'alfaeriemisc/carrillo/wajaxfalcon.gif', 'f' =>
'alfaeriemisc/carrillo/bajaxfalcon.gif',
'A' => 'alfaeriemisc/carrillo/wajax-archbishop2.gif', 'a' =>
'alfaeriemisc/carrillo/bajax-archbishop2.gif',
'C' => 'alfaeriemisc/carrillo/wajax-chancellor2.gif', 'c' =>
'alfaeriemisc/carrillo/bajax-chancellor2.gif',
'G' => 'alfaerie/wguard.gif', 'g' => 'alfaerie/bguard.gif',
'E' => 'alfaeriemisc/carrillo/wajaxelephant.gif', 'e' =>
'alfaeriemisc/carrillo/bajaxelephant.gif',
'S' => 'alfaeriemisc/carrillo/wajaxsilverelephant.gif', 's' =>
'alfaeriemisc/carrillo/bajaxsilverelephant.gif'
);

?>