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

Enter Your Reply

The Comment You're Replying To
Reinhard Scharnagl wrote on Thu, Jan 6, 2005 07:50 PM UTC:
There is aready my proposal for Capablanca Random Chess. I repeat it here:

CAPABLANCA RANDOM CHESS (2004-Nov-26) Proposal 

This definition of CRC should cover the following goals:

a) creating an interesting drosophila for chess programmers 
b) using Capablancas 10x8 Chess board geometry 
c) using Capablancas piece set (incl. archbishop and chancellor) 
d) applying rules aligned to Fischer Random Chess 
e) avoiding conflicts to any claimed patents 

The CRC rules are: 

a) creating a starting position (one of 48.000): 
 1) the bishops have to be placed upon different colored
  squares; same rule applies to the implicite bishop pieces:
  queen and archbishop (aligned to FRC)
 2) the king always has to be placed somewhere between the 
  rooks to enable castlings (aligned to FRC)
 3) use only such positions without unprotected pawns (Chess)

b) describing a method of generating starting positions on 
   free squares by using a dice or random number generator: 
 1) select queen or the archbishop to be placed first (2x)
 2) place the selected 1st piece upon a bright square (5x)
 3) place the selected 2nd piece upon a dark square (5x)
 4) one bishop has to be placed upon a bright square (4x) 
 5) one bishop has to be placed upon a dark square (4x) 
 6) one chancellor has to be placed upon a free square (6x) 
 7) one knight has to be placed upon a free square (5x) 
 8) one knight has to be placed upon a free square (4x)/2 
 9) set the king upon the center of three free squares left
11) set the rooks upon the both last free squares left 
12) this establishes White's first row, the Black side 
    has to be built up symmetrically to this 
13) place ten pawns similar to traditional chess in a row 
14) skip this position if it has unprotected pawns or not
    at least three positions in line 1 differently filled
    compared to Gothic Chess (patented), this finally gives
    about 21.259 distinct starting arrays.
   
c) nature of (asymmetric Fischer-) castlings:
 1) castlings are (like in traditional chess) only valid
  if neither the affected king or rook has been moved, or
  there would be a need to jump over any third piece, or
  the king would be in chess somewhere from his starting
  position to his target field (both included). Therefore
  all squares between king and its target square (included) 
  have to be free from third pieces, same applies to the
  way the rook has to go to its target square.
 2) the alpha-castling (O-O-O, White's left side):
  like in FRC the king will be placed two rows distant
  from the border (here c-file) and the rook at the next 
  inner neighboured square.
 3) the omega-castling (O-O, White's right side):
  like in FRC the king will be placed one row distant
  from the border (here i-file) and the rook at the next 
  inner neighboured square.

d) performing castlings:
 within a GUI try to move the king upon the related rook
 or at least two squares into that direction; manually:
 1) move the king outside of the board
 2) move the rook to its end position (if need to)
 3) move the king to his end position

e) extended FEN encoding:
 1) the extended FRC-FEN could be used as a base
 2) 'a'/'A' are used to identify archbishops
 3) 'c'/'C' are used to identify chancellors
 4) '9' is used to mark nine empty squares
 5) '10' is used to encode ten empty squares
 6) if a castling enabled rook is not the most outer one
  at that side, the letter of his file has to be placed
  immediately following his castling marker symbol, where
  'q'/'Q' are used for the alpha-, 'k'/'K' for omega-side.
 
f) engine notation rules for castling moves:
 According to UCI convention the castling moves should be
 written by using both coordinates (source and target field)
 of the involved king. But there are castlings, where the 
 king does only one or none simple step. In that cases the 
 castling should be distinguishable by appending a 'k', like
 already practized in promotion moves to make them unique.
 Overmore an engine should accept O-O or O-O-O (no zeroes),
 but only use them, when the GUI would demand for such a
 less precise notation.

Edit Form

Comment on the page Fischer Random 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.