Check out Grant Acedrex, our featured variant for April, 2024.

Enter Your Reply

The Comment You're Replying To
H. G. Muller wrote on Mon, Nov 21, 2016 06:36 PM UTC:Good ★★★★
files=11 ranks=11 promoZone=3 maxPromote=1 promoChoice=QF graphicsDir=http://www.chessvariants.com/membergraphics/MSelven-chess/ whitePrefix=w blackPrefix=b graphicsType=png lightShade=#FFFFE0 startShade=#808080 symmetry=mirror succession=1 prince:F:K:man:e2,g2 pawn::fmWfceFifmnD::a3-k3 camel::::c1,i1 cannon:O:::e1,g1 elephant::FA::a1,k1 knight:N:::b2,j2 bishop::::c2,i2 rook::::a2,k2 ship::[F?fqR]::d2,h2 gryphon::[F?fsR]:griffon: queen:::: king::KdU::f2

Tamerlane II

This variant was a submission for the large-variant contest. It is the subject of this weeks interactive diagram.

This variant has some funny rules that required special attention. One was promotion: not only Pawns promote, but a Prince reaching last rank can optionally promote to Queen too. And a Ship can promote to Griffon in the last-rank corners. This was handled by defining Prince as first piece, and specifying only one promoting piece, with as only choices Prince and Queen. This invokes the normal promotion procedure for Princes, letting the user select from the legend table.

Pawn and Ship make use of the user-supplied JavaScript function WeirdPromotion. This automatically promotes these pieces when they reach their respective zones, as in this cases there is no promotion choice.

Another unusual feature of this variant is that, when checkmated, Kings can swapped with Princes,wherever these are located. To make the diagram indicate this possibility, the King was equipped with a universal-leaper move U. The modality 'x', which was already introduced on non-final legs of multi-leg moves to indicate relaying of powers, is now used for indicating such a piece swap with a friendly piece on final (or only) legs.

Adding a plain xU to the King moves would allow it to be swapped with any friendly piece, however. To single out the Princes, we declared the board to be zonal by providing a JavaScript function BadZone. This function tests the the target location for containing a piece of the same color as the mover, and declares the to-square invalid if a non-Prince if found.


Edit Form

Comment on the page Tamerlane II

Conduct Guidelines
This is a Chess variants website, not a general forum.
Please limit your comments to Chess variants or the operation of this site.
Keep this website a safe space for Chess variant hobbyists of all stripes.
Because we want people to feel comfortable here no matter what their political or religious beliefs might be, we ask you to avoid discussing politics, religion, or other controversial subjects here. No matter how passionately you feel about any of these subjects, just take it someplace else.
Quick Markdown Guide

By default, new comments may be entered as Markdown, simple markup syntax designed to be readable and not look like markup. Comments stored as Markdown will be converted to HTML by Parsedown before displaying them. This follows the Github Flavored Markdown Spec with support for Markdown Extra. For a good overview of Markdown in general, check out the Markdown Guide. Here is a quick comparison of some commonly used Markdown with the rendered result:

Top level header: <H1>

Block quote

Second paragraph in block quote

First Paragraph of response. Italics, bold, and bold italics.

Second Paragraph after blank line. Here is some HTML code mixed in with the Markdown, and here is the same <U>HTML code</U> enclosed by backticks.

Secondary Header: <H2>

  • Unordered list item
  • Second unordered list item
  • New unordered list
    • Nested list item

Third Level header <H3>

  1. An ordered list item.
  2. A second ordered list item with the same number.
  3. A third ordered list item.
Here is some preformatted text.
  This line begins with some indentation.
    This begins with even more indentation.
And this line has no indentation.

Alt text for a graphic image

A definition list
A list of terms, each with one or more definitions following it.
An HTML construct using the tags <DL>, <DT> and <DD>.
A term
Its definition after a colon.
A second definition.
A third definition.
Another term following a blank line
The definition of that term.