From 61016605c1b027989dba6a110e4fba25a5841b22 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Mon, 20 May 2013 11:49:44 +0200 Subject: [PATCH] Add ASEAN Chess This is a clone of Makruk, using Q and B for piece ID, and promotion only on last rank. (And white K and Q set up differently, but as it gets the Pawns wrong this has to be loaded from the GUI anyway.) --- data/fmax.ini | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/data/fmax.ini b/data/fmax.ini index c002de3..5ecb18a 100644 --- a/data/fmax.ini +++ b/data/fmax.ini @@ -306,6 +306,24 @@ q:180 15,7 17,7 -15,7 -17,7 e:110 30,7 34,7 -30,7 -34,7 f:180 15,7 17,7 -15,7 -17,7 +// ASEAN Chess. New form of Makruk +Game: asean +8x8 +12 11 8 7 3 8 11 12 +12 11 9 7 3 9 11 12 +p:100 -16,6 -15,5 -17,5 +p:100 16,6 15,5 17,5 +k:-1 1,7 16,7 15,7 17,7 -1,7 -16,7 -15,7 -17,7 +f:180 15,7 17,7 -15,7 -17,7 +m:180 15,7 17,7 -15,7 -17,7 +s:300 15,7 17,7 -15,7 -17,7 -16,7 +q:180 15,7 17,7 -15,7 -17,7 +b:300 15,7 17,7 -15,7 -17,7 -16,7 +b:300 15,7 17,7 -15,7 -17,7 16,7 +s:300 15,7 17,7 -15,7 -17,7 16,7 +n:450 14,7 31,7 33,7 18,7 -14,7 -31,7 -33,7 -18,7 +R:630 1,3 16,3 -1,3 -16,3 + // Thai Chess. Note: value m = 181 controls promotion at 6th! Game: makruk 8x8 -- 1.7.0.4