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

This page is written by the game's inventor, Fergus Duniho.

Secret Intelligence Chess

For a long time, I did not support any incomplete information games in Game Courier, because it normally makes complete information about the game publicly available. With the idea of enabling it to support incomplete information games like Kriegspiel or Dark Chess, I started working on my own incomplete information game that would rely on the capabilities of Game Courier and its GAME Code programming language to hide certain information from each player. I started by working on Hidden Identity Chess, in which the players could see each other's pieces, but they couldn't see what they were. Since an effective way of hiding pieces was to remove them from the board, I switched to working on a game I called Hidden Danger Chess, in which you could not see where your opponent's pieces were. Finally, I added elements of disinformation into the game and changed its name to Secret Intelligence Chess, as the game involves gathering intelligence on what and where your opponent's pieces are. While this game could be played with a human referee who knows the complete position and can tell players which moves are legal, it is designed for a computer program to run the game, and it will run more smoothly this way.

The biggest difference from most Chess variants is that you cannot see where or what your opponent's pieces are. But you will be informed on which moves have been made and on which legal moves you have, which will give you some intelligence on what pieces your opponent has where. So that you won't know where your opponents pieces are at the start of the game, the setup is randomly chosen. And so that you won't know exactly what pieces your opponent has, some pieces on each side are chosen randomly. Besides the usual Chess pieces and some common fairy pieces, this game also includes some special pieces that have greater intelligence gathering power due to the nature of this game.

At this point, I am satisfied enough with the game to release it, and it is time for beta-testing. Due to the hidden information nature of this game, I cannot test it against a computerized opponent and may only test it against a human opponent. Here is a link to the Game Courier preset:

Secret Intelligence Chess on Game Courier

Setup

This is an unequal armies variant in which each player may end up with a different army. Each side has one King, two Rooks, two Bishops, eight Pawns, and two more pieces that are randomly selected. The program or referee should first pick a random number between 1 and 4. A human may do this with a four-sided die. Do this for each side separately. Depending upon the value, the two pieces are:

  1. A Queen and a Centaur
  2. A Marshall and a Dragon Horse
  3. An Archbishop and a Dragon King
  4. A Decoy and a Spy

The setup is determined randomly. This may be done by a computer program or by a human referee who uses dice.

  1. Each King is randomly placed on its first two ranks.
  2. Each Pawn is randomly placed on its second or third rank.
  3. One Bishop is randomly placed on a dark square on the first three ranks
  4. One Bishop is randomly placed on a light square on the first three ranks
  5. One Rook and one Knight are randomly placed on the left half and the right half on the first three ranks.
  6. Every remaining piece is randomly placed on the first three ranks.

Pieces

The King, Queen, Rook, Bishop, and Knight all move as they do in Chess, though there is no castling, and all pieces have some extra powers at the beginning of the game.

Marshall The Marshall is a compound of the Rook and Knight, meaning it may move as either piece.

Archbishop The Archbishop is a compound of the Bishop and Knight, meaning it may move as either piece.

Centaur The Centaur is a compound of a Knight and a non-royal King (a.k.a. a Man).

Dragon Horse The Dragon Horse can move any number of spaces diagonally like a Bishop or one space in any orthogonal (vertical or horizontal) direction. It is basically a compound of a Bishop and a non-royal King.

Dragon King The Dragon King can move any number of spaces orthogonally like a Rook or one space diagonally like a Ferz. It is basically a compound of a Rook and a non-royal King.

Decoy The Decoy moves one space in any direction like the King or leaps like a Knight but with some restrictions. The restrictions on its movement come from its purpose in the game, which is to mislead the opponent into thinking it is the King. The first restriction is that it may not move into check except to save its King from check. So, like the King, it has the ability to detect lines of enemy attack. To fool this ability of both Kings and Decoys, the Decoy may not use its Knight leap to capture a King or a Decoy. Its disguise is not perfect, though. Its Knight leaps might be detected by unmoved pieces that would otherwise be capable of swapping (described in the rules below). But for the most part, its disguise is good enough. Pieces that have already moved will not pick up its ability to capture with a Knight leap.

Although it may leap as a Knight, using this power will reveal that it is not a King. So you should avoid using it unless it's to your advantage. Even without moving as a Knight, though, just having the power to gives the Decoy more intelligence on its surroundings than the King has.

Spy The Spy moves as a Knight, Bishop, or Rook without capturing or one space in any direction, like a King, to capture. In the context of this game, this gives it the ability to use long-range movement capabilities to feel out the locations of enemy pieces without being detected by pieces that cannot move into check. Unlike the King and Decoy, the Spy may move to an attacked space.

Pawn The Pawn is a Quick Pawn, meaning that it can move two spaces forward anytime, not just on its first move. Whenever it does move two spaces forward, any Pawn that could have captured it on the space it passed over may capture it by en passant by moving to that space. Upon reaching the last rank, it may promote to a Queen, Marshall, Archbishop, Dragon King, Dragon Horse, Centaur, Spy, or Decoy so long as the player does not already have one on the board, or it may promote to a Rook, Bishop, or Knight regardless of whether the player still has any.

Rules

Apart from the differences in army composition and piece setup explained above, Secret Intelligence Chess is played like Chess except as follows:

  1. You can see the from and to positions of each of your opponent's moves, though you will not be informed on which piece has moved or on what piece a Pawn has promoted to.
  2. You can see which pieces have been captured.
  3. You will see the positions on the board of the pieces your opponent has already moved, though their identity will remain hidden.
  4. You will be told when your move has placed your opponent's King or Decoy in check, though you will not be told whether you have checked the King or just a Decoy.
  5. When your opponent's move has placed your opponent's King in check, you will be notified that you are in check.
  6. When your King is not in check but your opponent's move has placed your Decoy in check, you will be notified of the check and also told that the check is on your Decoy.
  7. When your opponent's Decoy moves into or remains in check, you will not be notified of this at the beginning of your turn, though, per 3. above, you will be notified after your move if the Decoy remains attacked.
  8. You may get some indication of where enemy pieces are by looking at your own pieces' legal moves.
  1. Neither piece is the same type as the other.
  2. Neither piece has moved under its own power (being the passive piece in a swap does not count).
  3. Neither piece is attacked by an enemy piece.
  4. One piece can and does move to the other's space by its own powers of movement.

Notes

Swapping is provided as an option to allow players to correct faults in randomly chosen positions. The restriction that neither piece may be attacked allows for some detection of enemy attacks. The restriction that both pieces must be unmoved prevents the overuse of swapping, and it prevents the use of swapping for rapidly advancing Pawns.

The Decoy and Spy are designed to exploit the rules of this game. While these pieces would not stand out in a perfect information game, they gain extra powers of intelligence gathering in this game. The restriction on the Decoy moving into check allows it to gain intelligence on where enemy attacks are coming from. The divergent powers of the Spy allow it to feel out the long-range positions of pieces without limiting the moves of pieces that cannot move into check.

These pieces were originally lower powered. The Decoy could not move as a Knight, and the Spy could move as a Knight but not as a Nightrider. This is because the randomly selected pairs of pieces originally included a Knight, a Bishop, and a Rook instead of a Centaur, a Dragon Horse, and a Dragon King. Since this change raised the powers of the other three pairs, I increased the power of the Decoy and Spy to better match them. While the Decoy and Spy did not gain any new powers of attack, they did gain greater mobility and greater powers of detection.

The notation for this game has to include enough information to replay every move but not so much that the players know what each other's pieces are. Game Courier handles this by using a consistent and repeatable random number generator with a fixed seed value. By using a repeatable series of random values, it can replace piece notation with cyphers. To hide that a Pawn has promoted, and to hide what it has promoted to, it notes the Pawn move to the last rank as a move by the type of piece it is promoting to. Since this gets replaced by a cypher, the opponent cannot distinguish this from a move by another piece.

If a human referee takes on the role of a computer program, he cannot be expected to generate the same random sequence each time a player moves. Instead of doing this, he should keep track of the moves with normal notation for his own record keeping and provide players with a list of past moves that do not include any piece identifiers.



This 'user submitted' page is a collaboration between the posting user and the Chess Variant Pages. Registered contributors to the Chess Variant Pages have the ability to post their own works, subject to review and editing by the Chess Variant Pages Editorial Staff.


By Fergus Duniho.

Last revised by Fergus Duniho.


Web page created: 2024-06-15. Web page last updated: 2024-06-24