From 21a2df4a52dc7755cc216d50324437915f1608a2 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Thu, 2 Oct 2014 23:37:12 +0200 Subject: [PATCH] Add Bifurcator Chess A self-concocted Chess variant using the concept of bifurcating pieces conceived by Mats Winther. The Bishop and Rook are replaced by upgraded versions that have all usual moves, but 'bounce off' the first friendly piece that would have normally blocked them. They can continue at 45-degree angle on either side of that piece. This seems good to drive anyone crazy! Piece values as yet completely unknown, but obviously higher than the usual B and R, as they get lots of extra moves when the board is well populated, so I upped them 1 Pawn. --- data/fmax.ini | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/data/fmax.ini b/data/fmax.ini index 627c1d6..1803d1a 100644 --- a/data/fmax.ini +++ b/data/fmax.ini @@ -900,4 +900,20 @@ b:296 15,3 17,3 -15,3 -17,3 R:444 1,3 16,3 -1,3 -16,3 Q:851 1,3 16,3 15,3 17,3 -1,3 -16,3 -15,3 -17,3 +// Bifurcator Chess +Game: bifurcator # PNBRQKpnbrqk # fairy +8x8 +6 4 5 7 3 5 4 6 +6 4 5 7 3 5 4 6 +p:66 -16,24 -16,6 -15,5 -17,5 +p:66 16,24 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 +n:259 14,7 31,7 33,7 18,7 -14,7 -31,7 -33,7 -18,7 +b:370 15,3 17,3 -15,3 -17,3 15,1FCB8 17,1CB8 -15,1CB8 -17,1FCB8 15,FFFF0CB8 17,10CB8 -15,FFFF0CB8 -17,10CB8 +R:518 1,3 16,3 -1,3 -16,3 1,10CB8 16,1FCB8 -1,10CB8 -16,1FCB8 1,FFFF0CB8 16,1CB8 -1,FFFF0CB8 -16,1CB8 +Q:851 1,3 16,3 15,3 17,3 -1,3 -16,3 -15,3 -17,3 +# +# B& BtgabyabsB +# R& RtgabyabsR + // End of game file -- 1.7.0.4