Check out Balbo's Chess, our featured variant for October, 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

Giant Chess. 16x16 board with the same pieces as Turkish Chess, but also the "Dev" piece which takes up four squares. (16x16, Cells: 256) [All Comments] [Add Comment or Rating]
H. G. Muller wrote on Thu, Jun 13 08:31 PM UTC:
satellite=giant files=16 ranks=16 promoZone=2 maxPromote=1 promoChoice=GSEQCMNRB graphicsDir=/graphics.dir/utrechtPNG/ squareSize=35 graphicsType=png?nocache=true whitePrefix=W blackPrefix=B theme=OS borders=0 firstRank=1 useMarkers=1 newClick=1 symmetry=mirror captureMatrix=/.^11=/" royal=11 Pawn::fmWfceFiifmnD::a5-p6 Elephant::mBcpB'pyafpyafcB::e3-f4,k3-l4 Shogi::mRcpR'pyafpyafcR:Cannon:a3-b4,o3-p4 Knight:N:::c1-d2,m1-n2 Bishop::::e1-f2,k1-l2 Rook::R::a1-b2,o1-p2 Minister::BN::g3-h4 Chancellor::RN::i3-j4 Queen::::g1-h2 General::QN::i2,j1,j2 King::KisO6::i1 Dev::D:GiantSW:c3,m3 value=350 Dev::D:GiantSE:d3,n3 value=350 Dev::D:GiantNW:c4,m4 value=350 Dev::D:GiantNE:d4,n4 value=350

This is a first attempt. The page contains JavaScript wrappers for the routines that perform and take back moves and the handler for mouse clicks. The Giant is represented by Vizirs on every square it covers. A 'first click' (for origin selection) on a Vizir is rounded to the lower-left corner of the 2x2 area. The move wrappers test whether the moving piece is a Vizir, and if so drags the other 3 with it after saving the old occupants of the destinations (to restore those on take back).

The remaining part is controlled by a custom routine giantTinker. For Vizir moves it suppresses those that are not left-corner. Moves with the latter are suppressed if there are friends in the destination area, and get a burn zone covering that area added when accepted.

Captures of a Vizir by other pieces are initially rejected, but backlogged in an array of spares. After move generation a newly ntroduced custom routine AddSpares (requires browser cache flush!) makes two passes through the list of spares; first it records all attacked squares, and then it test for every move whether all squares covered by the giant it hits are under attack. If so, the move is copied to the normal move list.

I did not address the issue of Cannons jumping over a Giant yet.