Check out Glinski's Hexagonal Chess, our featured variant for May, 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

Scheherazade. Pieces may combine with other pieces to form combination pieces. (10x10, Cells: 100) [All Comments] [Add Comment or Rating]
H. G. Muller wrote on Wed, Feb 15, 2023 09:03 AM UTC in reply to David Paulowich from 04:53 AM:

The captureMatrix parameter in principle allows the Interactive Diagram to implement these rules, by allowing friendly capture, and specifying promotion to the combination pieces. As long as the pieces never split up again this works, and in the Diagram below I implemented it for R, B and N merging with each other to A, C or Q. ([Edit] And now for all pairs of mid-range pieces.)

Problem is the enormous number of combination pieces that you would have to introduce to allow arbitrary combination of all 6 basic types. Each basic type has at least one move that none of the others has, so all 2^6 - 1 = 63 combinations are different. (But 6 of those are just a single basic piece type, so 57 new combinations.)

It is a pity the article doesn't specify names for all of those, and you would quickly run out of sensible symbols to represent them. Even if you would only allow combinations of two, you would still have 6x5/2 = 15 combination pieces.

satellite=shere files=10 ranks=10 promoZone=2 maxPromote=1 graphicsDir=/graphics.dir/alfaeriePNG/ squareSize=50 graphicsType=png lightShade=#ffffcc darkShade=#5f5f5f rimColor=#993300 coordColor=#ffff00 borders=0 firstRank=1 useMarkers=1 newClick=1 captureMatrix=/=.!!AMUFJ!16/=.!A!QCVP!16/=.!MQ!ETD!16/=.!UCE!IG!16/=.!FVTI!W!16/=.!JPDGW!17/=!23/"15 pawn::::a3-j3 knight:N:mcdN::c2,h2 morph=///////=/=/= bishop::mcdB::d1,g1 morph=///////=/=/= rook::mcdR::a1,j1 morph=///////=/=/= hussar::mcdFmcdC:camelferz:d2,g2 morph=///////=/=/= onager::mcdFmcdDD:warmachineriderferz:b1,i1 morph=///////=/=/= spearman::mcdWmcdA:elephantwazir:e1,f1 morph=///////=/=/= vicar::BDD:bishopwarmachinerider: grand vizier::KAC:elephantwazircamel: caliph::BC:camelbishop: dragon::RA:elephantrook: priest::BWA:elephantwazirbishop: jumper::WAN:elephantwazirknight: sheik:I:FCDD:warmachineriderferzcamel: flyer::NFDD:knightferzdabbabahrider: war elephant::KADD:warmachineridergeneralelephant: battering ram:T:FRDD:warmachineriderferzrook: sultan:U:FNC:camelknightferz: archbishop::BN:cardinal: marshall::RN:chancellor: queen:::: emir::RFC:camelrook: king::isnmRK::f2

The game itself offers a very interesting strategic dilemma. Combining two pieces creates additional value through synergy. But if you combine too many, you run into the leveling effect, because you have too many high-valued pieces, which are all severely hindered by the much larger number of light pieces the opponent has. Like in Charge of the Light Brigade, where the Queens are crushed by the army of Knights.

[Edit] The merging is now forbidden on the first three ranks, by an = in the morph parameter for the basic pieces.