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

Enter Your Reply

The Comment You're Replying To
🕸Fergus Duniho wrote on Tue, Jun 25 01:45 PM UTC in reply to Fergus Duniho from 02:41 AM:

Here is what I'm thinking of for the Spy. It would move like a Queen or a Knight, but it wouldn't be able to move to an attacked space, and it wouldn't be able to capture a piece with its own powers of capture.

In the strict and literal sense, this second restriction would stop a Spy from being able to capture another one. While the inspiration for this version of the piece was the Chameleon from Ultima, and Chameleons cannot capture each other, I wasn't satisfied with this, and I've been thinking of ways that a Spy might capture another Spy while remaining within the spirit of this rule.

One thought was that a Spy normally moves to capture on a space where it is not attacked. So if a Spy could capture a Spy only on a space on which it is attacked, that would be a manner of capturing different from how the Spy normally captures. But I worried that this could lead to endless recursion, as one Spy function calls another, and they each keep calling each other back and forth. This kind of thing already seems to have been a problem in developing this game, as my code has sometimes generated infinite loops.

There wouldn't be an infinite loop if I gave a specific power for capturing another Spy, but if they were the same, the first restriction might keep them from being able to come in range to capture each other. Yet it would be arbitrary to give each one a different power for capturing the other. So what would work is something that is the same but asymmetrical. I recalled a game in which the inventor allowed one King to attack another by having them move the same as Chinese Chess Knights.

What I came up with is that a Spy may capture another by hopping over another piece on the same side. This easily works for radial moves, because the piece can be conceived as capturing like a Cannon or Vao. For Knight moves, I thought of the restriction that the Knight must jump over another piece belonging to the same player. These restrictions have the effect of making the Spy's ability to capture another piece appear as though the threat of capture is coming from another piece, which fits with the kind of sneaky, underhanded manner that I had conceived the Spy to be capturing in.

However, what I thought of for the Knight move is not completely assymetrical. There could be a position in which each side has a piece it could jump over to capture the other, and this could arise through moving the other pieces into position. One alternative would be to let it capture the other Spy with a Grasshopper version of a Nao move, in which it hops over an intervening piece like a Nao but can go no further past it than a single Knight leap. This would make it look like a Knight attack from the intervening piece, as it would be on the same side.

One further thought was to just make the Spy some kind of Cannon/Vao/Nao compound, but I think this would reduce its checking power enough to make it incapable of checkmating the King without assistance from a piece other than its own King, and I had conceived of it as a Queen-class major piece.


Edit Form

Comment on the page Secret Intelligence 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.