Check out Symmetric Chess, our featured variant for March, 2024.

Enter Your Reply

The Comment You're Replying To
🕸Fergus Duniho wrote on Sat, Mar 7, 2020 09:30 PM UTC:

> It would need some rule that you cannot move a royal slider through check, like in Caissa Brittannia, to make it a serious game.

Since I was just thinking of another rule I wanted to change, I opened my .zrf file for this game to see how I could make the change. When I did open it, I noticed that I made some rule updates in 2006, but I never changed the rules on this page. One of the rules was the one you suggested here. Here are my comments from the .zrf file:

; *** Rules changed in February 2006
; *** King cannot initiate fusion.
; *** Simple pieces may initate fusion with King.
; *** Dragon King and Pope may not move through check.

As the rules are currently written, the King may initiate fusion, but another piece may not initiate fusion with the King. Two of the rule changes above reverse this. This might be to prevent the King from using fusion to get out of check.

The new rule I'm thinking of adding limits the use of fission for getting out of check. I initially thought of just forbidding fission for getting out of check, but it seems simpler to forbid fission by a piece that is currently attacked. This prevents the two ways fission could be used to get out of check that would tilt the advantage in favor of defense. One is if a royal compound piece is in check, and the player splits off the non-royal component to block the check. The other is if a pinned piece is blocking one check, and it splits off one of its components to block another check. This is more permissive in some ways and more restrictive in some ways than the other condition I thought of. It is more permissive, because it allows a check to be blocked by splitting apart an unpinned piece. It is more restrictive, because it does not allow any attacked piece to split apart.

Its main advantage is that it will require less overhead. In Zillions, I can just add "not-attacked?" to the appropriate code, and in Game Courier, the legal fission moves will all correspond with other legal moves, which eliminates the need to write extra code for calculating possible fission moves. Since that advantage would be lost if I used both conditions, I will just use the simpler condition. So, the rule I'm thinking of adding is that it is illegal to split apart a piece that is attacked.

I am currently in the process of programming a Game Courier preset for Fusion Chess. When I have finished with that, and when I have updated the Zillions file, I'll officially update the rules.


Edit Form

Comment on the page Fusion Chess

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.