From 76f4b7a5b3268b80250bf356a891d6ab72972af3 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Sun, 12 Oct 2014 19:49:21 +0200 Subject: [PATCH] Implement Companion Chess This self-concocted variant distinguishes itself in that it does not have a single piece with mating potential, so that mates in the late end-game always have to be performed by pairs of pieces. --- data/fmax.ini | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/data/fmax.ini b/data/fmax.ini index 0d3bf72..c8a90cd 100644 --- a/data/fmax.ini +++ b/data/fmax.ini @@ -922,4 +922,27 @@ Q:851 1,3 16,3 15,3 17,3 -1,3 -16,3 -15,3 -17,3 # B& BtgabyabsB # R& RtgabyabsR +// for mate testing +Game: companion # PN....EXW....A......UKpn....exw....a......uk # fairy +8x8 +10 8 5 7 3 6 9 10 +10 8 5 7 4 6 9 10 +p:74 -16,6 -15,5 -17,5 +p:74 16,6 15,5 17,5 +k:-1 1,34 -1,34 1,7 16,7 15,7 17,7 -1,7 -16,7 -15,7 -17,7 +k:-1 1,34 -1,34 1,7 16,7 15,7 17,7 -1,7 -16,7 -15,7 -17,7 +w:222 30,7 34,7 -30,7 -34,7 45,7 51,7 -45,7 -51,7 +e:259 15,7 17,7 -15,7 -17,7 30,7 34,7 -30,7 -34,7 +A:851 2,3 32,3 15,3 17,3 -2,3 -32,3 -15,3 -17,3 -1,6 1,6 16,6 -16,6 +x:259 30,7 34,7 -30,7 -34,7 1,7 -1,7 16,7 -16,7 +n:259 14,7 31,7 33,7 18,7 -14,7 -31,7 -33,7 -18,7 +u:444 14,7 31,7 33,7 18,7 -14,7 -31,7 -33,7 -18,7 1,7 16,7 -1,7 -16,7 +# +# E& FA +# X& WA +# W& AG +# U& WN +# A& BD0mW +# K& KisO2 + // End of game file -- 1.7.0.4