Check out Alice Chess, our featured variant for June, 2024.

Enter Your Reply

The Comment You're Replying To
H. G. Muller wrote on Mon, Nov 21, 2016 11:11 AM UTC:

I tried your game definition, and it needed the following fixes:

  • The first was my bad: the lame Knights did not require 43 move rights, but 70 move rights, because otherwise they would be able to make the W or F step already with full rights (3), and the secondary step would only toggle the termination bit (4) on. But the W or F step should not have any rights (0).
  • The piece ID of N and B equivalents in the piece lines was made lower case; this makes them seek the center. Otherwise Fairy-Max becomes very tardy developing them. I also did that for the Elvish Queen, as in Capablanca Chess the Archbishop also seemed to be worth more when seeking the center. Not sure if this is also true for the cylinder version, however. Perhaps the short Rook should also be center seeking to let Fairy-Max make better use of it.
  • I changed the name into orc-elf; it should now appear under that name in WinBoard's New Variant dialog
  • I appended " # fairy" to the game line to specify 'fairy' as parent variant. This variant implements normal Chess rules w.r.t. promotion, check, stalemate, castling etc., and is thus a good parent for most western Chess variants. Because it is a 'catchall' variant where WinBoard has no prior notion of the initial setup, WinBoard will pay attetion to the engine's setup command even when legality testing is on,which is another advantage.
  • I appended Betza move definitions to the game definition, which don'tmean anything to Fairy-Max, but are sent to WinBoard at the start of the game, to make WinBoard aware of how the pieces move. This enables WinBoard to highlight target squares in human-engine games, and properly disambiguate the move notation. (It is of course bad design that two independent, and therefore possibly conflicting move descriptions are needed. But the ability of WinBoard to accept piece definitions from the engine is a recent enhancement, and was then added to Fairy-Max as an afterthought. Ideally Fairy-Max would derive one set of move definitions from the other.)
  • I played a bit with the 'pieceToChar' string in the game line. Each position in this string corresponds to a WinBoard piece glyph, and specifies the piece it has to be used for. The first half of the string is for white pieces, the second half for black. The first five for each color are standard symbols for PNBRQ, the last one for K. In between come upto 17 other piece glyphs built into WinBoard. I selected some of those that seemed applicable. (Masked knight and unicorn for the lame Knights, commonly used pictograms for Archbishop and Chancellor. WinBoard does not have enough rookish or pawnish glyphs, however, so the 'Skip-Rook' is still depicted as an orthodox Rook. Of course it is a matter of taste whether you want all pieces to look different or just use the orthodox images. This whole issue can also be solved purely on the GUI level, by configuring use of (and providing) external images in WinBoard.)

______________________________________________________________________

// Asymmetric Chess (Orc-Elf)
Game: orc-elf # P..R..B.....N...Q....K.......q.....br...p.nk # fairy
8x8
6 4 5 7 3 5 4 6
8 11 10 9 3 10 11 8
p:125 -16,24 -16,7 -1,5 1,5
p:130 15,24 17,24 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
n:430 1,070,-15 1,070,17 16,070,17 16,070,15 -1,070,15 -1,070,-17 -16,070,-17 -16,070,-15
b:280 17,7 15,7 -17,7 -15,7 34,7 30,7 -34,7 -30,7
R:450 2,3,1 32,3,16 -2,3,-1 -32,3,-16
Q:860 1,3 16,3 -1,3 -16,3 14,7 31,7 33,7 18,7 -14,7 -31,7 -33,7 -18,7
R:310 1,7 16,7 -1,7 -16,7 2,7 32,7 -2,7 -32,7
q:1060 15,103 17,103 -15,103 -17,103 14,7 31,7 33,7 18,7 -14,7 -31,7 -33,7 -18,7
n:440 17,070,1 17,070,16 15,070,16 15,070,-1 -17,070,-1 -17,070,-16 -15,070,-16 -15,070,1
b:280 34,3,17 30,3,15 -34,3,-17 -30,3,-15
#
# P fWscWifnD
# p fFifnA
# N afsW
# n afsF
# B FA
# b jB
# R jR
# r WD
# Q RN
# q oBN


Edit Form

Comment on the page Asymmetric Chess

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.
Avoid Inflammatory Comments
If you are feeling anger, keep it to yourself until you calm down. Avoid insulting, blaming, or attacking someone you are angry with. Focus criticisms on ideas rather than people, and understand that criticisms of your ideas are not personal attacks and do not justify an inflammatory response.
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.